Re: JDBC driver for SQL server 7.0



If you're not adverse to open source software, then jTDS may meet your needs:

http://jtds.sourceforge.net/

From their "license" page:

The LGPL is sufficiently flexible to allow the use of jTDS in both open source and commercial projects. Using jTDS is considered to be dynamic linking; hence our interpretation of the LGPL is that the use of the unmodified jTDS source or binary does not affect the license of your application code.


--
Stephen Souness



Shelby Goerlitz [MSFT] wrote:
Srini:

Most commercial third party JDBC drivers support 7.0 -- Data Direct's latest version (3.6) support SQL Server 7.0 for example. http://www.datadirect.com/products/jdbc/matrix/jdbcpublic.htm.

-shelby

Shelby Goerlitz
Microsoft SQL Server Data Programmability

"Srini" <Srini@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:4F2A0E8B-A8C7-4F37-BB6D-FF746D7D3057@xxxxxxxxxxxxxxxx
Hi,
We need to connect a Java stand-alone program to conenct to a SQL server 7.0
database.
I can't find any drivers to connect to the database.

Can you please point me to a JDBC driver to access SQL Server 7.0?


.



Relevant Pages

  • Re: JDBC and ResultSet problem
    ... > FROM CUSTOMERS ORDER BY CUSTOMER_REVENUE DESC ... cursors, where all the rows are cached _in memory_ by the driver. ... behavior you need (see the current implementation of jTDS). ... One more thing you could take into consideration is that SQL Server ...
    (comp.lang.java.databases)
  • Newbie: Just drop it on the classpath
    ... I found what seems to be a good MS SQL driver call jTDS. ... jTDS does not need any special installation. ... drop the jar file into your application's classpath and you're done." ...
    (comp.lang.java.programmer)
  • jTDS JDBC Driver 1.0 released
    ... The jTDS Project has released version 1.0 of the jTDS JDBC driver for ... jTDS is still the most performant JDBC driver ... for SQL Server and Sybase. ...
    (microsoft.public.sqlserver.jdbcdriver)
  • sql server express, mdf and jdbc?
    ... I have an MDF file from an older sql server installation. ... What should be the url string for my jtds driver? ...
    (microsoft.public.sqlserver.jdbcdriver)
  • Re: A fix for "SelectMethod= cursor"?
    ... "Update Performance" and/or "Updateable recordsets" headings? ... Having to include that in the connection string greatly reduced our performance in previous attempts to use SQL Server from our Java application. ... Your choices are the new MS driver for SQL Server 2005 or jTDS. ...
    (microsoft.public.sqlserver.jdbcdriver)

Loading