Page 1 of 1

HOW TO: HOW TO KNOW THE RIGHT DRIVER FOR YOUR DATABaSE

PostPosted: Thu Jan 06, 2011 5:26 am
by johncarlobasilio
for new users can you post link on where we can get the right driver for our database? thanks

im using SQL Server Management Studio Express as my database.thank you :)

Re: HOW TO: HOW TO KNOW THE RIGHT DRIVER FOR YOUR DATABaSE

PostPosted: Thu Jan 06, 2011 10:30 am
by jcompagner
first of all the "SQL Server Management Studio Express" is not a database. But a management tool for a database, as far as i know the database is the "SQL Server 2005 Express Edition"
and the JTDS driver we ship should be able to connect to it:

http://stackoverflow.com/questions/1045 ... 05-express

Normally you ask the database vendor for its jdbc driver and connection url/properties, so you could also use the latest microsoft driver itself.