Hi everybody,

following is the code sample of a jsp file working in (Windows NT +
SQLServer + Java Web Server) environment

.......
String url = "jdbc:odbc:testdsn";
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
Connection con = DriverManager.getConnection(url, "", "");
.......

what changes are necessary in the above code to make it work in (Linux +
mysql + Tomcat) environment.
Please help,

Thanks in anticipation
Sameer

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to