Hello,
I have an application that normally works with sybase, but it can
work with SQL Server. If I want to use SQL Server as DBMS I have to
configure a .cfg file, but I don't know how to say to my program that
it has to use the correct driver.
The standard .cfg file is:
ls.mappingclass=com.idsscheer.aris.server.dl.mapimpl.sqlsrv.AMapping
dl.mappingclass=com.idsscheer.aris.server.dl.mapimpl.sqlsrv.dl.AMapping
arisadm_user=aris70
arisadm_schema=aris70
url=jdbc:jtds:sqlserver://LAPTOP202:1433/ARIS7
startdb=yes
db.startup.maxwait=180000
driver=net.sourceforge.jtds.jdbc.Driver
pwderrcode=e;18456
dbmsname=SQL Server
But "net.sourceforge.jtds.jdbc.Driver" is not correct, I have to use
sqljdbc.jar!
Can anyone help me, please? I'm not expertise with JDBC drivers.
Nabira
>> Stay informed about: How to configure a .cfg file for sqljdbc.jar