How to configure a .cfg file for sqljdbc.jar
- From: nabira <nabir.albar@xxxxxxxxx>
- Date: Sun, 9 Mar 2008 09:15:27 -0700 (PDT)
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
.
- Follow-Ups:
- RE: How to configure a .cfg file for sqljdbc.jar
- From: Adam Saxton [MSFT]
- RE: How to configure a .cfg file for sqljdbc.jar
- From: Adam Saxton [MSFT]
- RE: How to configure a .cfg file for sqljdbc.jar
- Prev by Date: Re: Autocommit, Implicit Transactions, and Connection Pools
- Next by Date: RE: Optimizing performance
- Previous by thread: Re: Autocommit, Implicit Transactions, and Connection Pools
- Next by thread: RE: How to configure a .cfg file for sqljdbc.jar
- Index(es):
Relevant Pages
|
Loading