Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

jdbc driver for sql server 2000

  Asked By: Dylan    Date: Jun 09    Category: Java    Views: 788
  

do you know any site to download free JDBC driver for
SQL server ?

Share: 

 

5 Answers Found

 
Answer #1    Answered By: Corinne Rogers     Answered On: Jun 09

I got it for SQLSERVER 2000 from here:

msdn.microsoft.com/.../msdncompositedoc.xml

 
Answer #2    Answered By: Agatha Miller     Answered On: Jun 09

Another way to do this work is working with JDBC, ODBC
bridge. and using odbc driver  for sql  server.

 
Answer #3    Answered By: Sonya Flores     Answered On: Jun 09

JDBC-ODBC bridge has a very poor performance for
real-world applications. I further suggest you not to
use SQL Server because it's going to be a part of .Net
and .NET and Java are going to be mutually exclusive
(they are enemies!). I suggest you to use one of
Oracle 9i, IBM DB2, SapDB, PostgreSQL, MySQL, or even
pure Java RDBMS systems such as IBM Cloudscape and
Borland JDataStore.

 
Answer #4    Answered By: Eric Foster     Answered On: Jun 09
 
Answer #5    Answered By: Oliver Evans     Answered On: Jun 09

you can download it directly from Mircrosoft site:

msdn.microsoft.com/.../msdncompositedoc.xml

I must say otherthing that I found this from this group previously.

 
Didn't find what you were looking for? Find more on jdbc driver for sql server 2000 Or get search suggestion and latest updates.




Tagged: