using tomcat 4.0.1.

I looked at the source, and it seems it uses a <driver>.Instance() . 
I think this may be problematic with the SQL Server 2000 JDBC, where 
the driver ??needs?? to be instantiated using

Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver");

followed by

con = DriverManager.getConnection( jdbcStringBuffer.toString() );

Has anyone hooked up a JDBC realm to SQL Server 2000 ? As far as I 
remember the Instance() method is not used anymore. Feedback anyone ?

thanks, savvas


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to