How to configure a .cfg file for sqljdbc.jar



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
.



Relevant Pages

  • Re: ConnectionString using DSN not working
    ... applications that can work regardless of which backend database engine is ... This assumes that each DBMS is the same--supports the same SQL ... take advantage of the specific features you pay for when you buy SQL Server ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Protecting database from administrators
    ... You're not the first looking for better security features, ... But, in their defence, MS want SQL Server as a mass-market ... dbms, so they put their resources into features that will earn them the most ...
    (microsoft.public.sqlserver.security)
  • Re: Selective views
    ... MS Access is an interactive, client interface for the MS Jet, ... semi-relational DBMS. ... If you create a MS Access database with links to SQL Server or pass-through ...
    (microsoft.public.sqlserver.server)
  • Re: DB or no DB?
    ... http://www.thezbuffer.com - News and information for Managed DirectX ... I think the question about whether to use a DBMS has been answered. ... Access or SQL Server Express? ...
    (microsoft.public.win32.programmer.directx.managed)
  • Re: Development Cycle
    ... I've not used SQL Server myself. ... you have an underlying database management product ... (the DBMS), and a set of associated development tools for writing programs, ... I don't know what the development tools are called in SQL server. ...
    (microsoft.public.access.formscoding)

Loading