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
 

Reply via email to