JDBC Connection

I’m trying to make a JDBC Connection to SQL Serevr

I’m trying with this DataSource

com.ddtek.jdbcx.sqlserver.SQLServerDataSource

but it doesn’t work

does anyone know where can I find the datasource of SQL Server?

thanks,

try to use the JDBC driver from Microsoft and it works for me, refer to its user guide for driver and url information. It works fine for me.

Jay

it doesn’t work with MS driver,

I don’t have to enter the URL just the DataSource Class which is : com.ddtek.jdbcx.sqlserver.SQLServerDataSource

but it doesn’t make the connection…
maybe I’m missing something…

you have to load jars first.