Apr 6, 2004 #1 jonra Programmer Jul 20, 2003 42 SG hi all, how to write a connection statement in JSP for Microsoft SQL Server 2000? is a driver file needed? if so where to get them? thanks
hi all, how to write a connection statement in JSP for Microsoft SQL Server 2000? is a driver file needed? if so where to get them? thanks
Apr 6, 2004 #2 sedj Programmer Aug 6, 2002 5,610 Get the JDBC drivers from here : http://www.microsoft.com/downloads/...B6-F8E1-4BD6-947C-0FC5BF05BF71&displaylang=en And learn how to use JDBC here : http://java.sun.com/developer/onlineTraining/Database/JDBCShortCourse/http://java.sun.com/developer/onlineTraining/Database/JDBC20Intro/ Upvote 0 Downvote
Get the JDBC drivers from here : http://www.microsoft.com/downloads/...B6-F8E1-4BD6-947C-0FC5BF05BF71&displaylang=en And learn how to use JDBC here : http://java.sun.com/developer/onlineTraining/Database/JDBCShortCourse/http://java.sun.com/developer/onlineTraining/Database/JDBC20Intro/