aspose file tools
The moose likes JDBC and the fly likes JDBC Driver for mssql server database Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "JDBC Driver for mssql server database" Watch "JDBC Driver for mssql server database" New topic
Author

JDBC Driver for mssql server database

Brian Percival
Ranch Hand

Joined: Jun 23, 2004
Posts: 163
Hi,

where can I download the jdbcodbc drivers to connect to a mssql database? I am looking for any information on connecting to mssql database using jdbc

regards,
Brian
L.A. Nilsson
Greenhorn

Joined: Oct 17, 2005
Posts: 5
Hi Brian!

Microsoft keep there own version of such a driver, you can find that one if you search the msdn pages for jdbc or such.

However, I recomand you try this one:

http://jtds.sourceforge.net/

I switched to that one from microsofts version, and am pleased with that decison.

Good luck!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JDBC Driver for mssql server database
 
Similar Threads
how to connect with mssql
how to connect servlet with mssql
access mssql database embedded in mcafee
connecting to crystal report via JDBC
How to find List of tablespaces in each table in a database using JDBC