Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

best way to connect to database

Status
Not open for further replies.

jemminger

Programmer
Jun 25, 2001
3,453
US
Hi all,

I'm building an app using .jsp, and I'm wondering what's the best way to connect to a MS-SQL Server database? jdbc-odbc?

Thanks, =========================================================
if (!succeed) try();
-jeff
 
A jdbc-odbc bridge is not really good because it is quite slow, and there is no need to get odbc involved.

Try a SQLServer jdbc driver (check out Sun's site for vendor links).
 
sedj,

yes, that's what I've heard...problem is most (all?) of the sqlserver jdbc drivers cost $$$...I don't have money to spend. :(

thanks,
Jeff
=========================================================
if (!succeed) try();
-jeff
 
Check out

It says its a "Trial", but I couldn't see where it says how long for.

I'm probably wrong, but if you unjar he file, its only the classes you need ... dont see how they could feasibly embed some 'timeout' for the classes (could they ?!). Run it - see what happens down the line !
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top