PDA

View Full Version : SQLSever JDBC Driver error when using WmDB


zjin
06-12-2003, 15:03
I wanted to create a database alias before I can connect to MS SQL Server 2000. I used 'com.wm.dd.jdbc.sqlserver.SQLServerDriver' as my database driver, but I got the following error:

Could not connect: [wm-cjdbc31-0006][SQLServer JDBC Driver]This driver is locked for use with embedded applications.

Any idea what happend? what is the database driver I should use?

Thanks in advance!
Zjin

robertkuhn
06-12-2003, 15:23
Zhu,

Use the one from Microsoft instead. Search for JDBC driver at www.microsoft.com (http://www.microsoft.com)

I had the same problem and now it works for me. The same goes for using the 6.0.1 JDBC Adapter

Robert