enterprise_java_beans thread: driver for SQL server 7.0 and weblogic 7.0
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)
|





