Hi,
In my NT4 ODBC configuration, I set up a MyConnection.dsn, but how do I make
the connection in the JSP?
Any help will be appreciated.
Jason
David Rabinowitz - 18 Feb 2004 13:53 GMT
The simplest is to use the JdbcOdbc bridge (see the sdk docs), but it is
not recommended for production use. I'd search for the JDBC driver of my
database (if you are using MS-SQL then MS has a native JDBC driver for it).
David
> Hi,
>
[quoted text clipped - 3 lines]
>
> Jason