hello there! i'd just like to ask if anyone can tell me the syntax for connecting JSP to MS Access with Tomcat 4 as the web server. I've tried the syntax:
<%
Class.forName("com.sun.jdbc.odbc.Driver").newInstance();
java.sql.Connection con =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.