This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JDBC and the fly likes how can i update jdbc for sqlserver2000 in wls6.1sp2 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "how can i update jdbc for sqlserver2000 in wls6.1sp2 " Watch "how can i update jdbc for sqlserver2000 in wls6.1sp2 " New topic
Author

how can i update jdbc for sqlserver2000 in wls6.1sp2

zb cong
Ranch Hand

Joined: Jan 14, 2002
Posts: 403
hello
i download a weblogic server6.1sp2 and binding it with my jbuilder7,when i develop a database accessing program,i use sqlserver2000,as for the jdbc driver,i use the weblogic-build-in one,that is a type-4 driver,after i config a datacource and connection pool,i found that it don't support jdbc2.0,how can i update it to jdbc2.0?

otherwise i download a other microsoft jdbc for sqlserver2000 from microsoft website,it include three jar files, i copy them to the lib directory of weblogic,then add them to the classpath by editing "startweblogic.cmd" file,then create connectionpool and datasource to point to it,but it can't work,when restart the weblogic server,it tell me the "com.microsoft.jdbc.sqlserver.SQLServerDriver" can't be loaded,i don't know why,who can tell me if the microsoft's jdbc driver can work with weblogic server?
thank you !
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: how can i update jdbc for sqlserver2000 in wls6.1sp2
 
Similar Threads
question about servlet in tomcat
sqlserver2000 jdbc in jbuilder6.0
Not Support JDBC 2 ?
question about servlet in tomcat
update jdbc of weblogic