Wrox Home  
Search P2P Archive for: Go

  Return to Index  

enterprise_java_beans thread: driver for SQL server 7.0 and weblogic 7.0


Message #1 by "Ronak Parekh" <rons4174@h...> on Fri, 22 Nov 2002 22:27:05
Assuming you mean the SQL Server Driver that ships with WebLogic, the
driver class is weblogic.jdbc.mssqlserver4.Driver, with a connection URL of
jdbc:weblogic:mmsqlserver4:DATABASE@S...:1433 where obviously you need to
provide DATABASE and SERVER and adjust the port if necessary (the DATABASE@
is optional)

  Return to Index