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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by britobr

  1. britobr

    Problem with JDBC Connection

    Thank you very much! The problem was the Tomcat 5.0. I installed Tomcat 4.1 and it works fine now... Brito
  2. britobr

    Problem with JDBC Connection

    I forgot to mention that the error occurs exactly after the bold line below: Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); Connection con = DriverManager.getConnection("JDBC:ODBC:ModManager", "", ""); Thanks in advance!
  3. britobr

    Problem with JDBC Connection

    Hi, I have a problem when connecting to a MS Access database. I'm trying to use Tomcat 5.0.28. The connection is ok when I run the class in command line, but when I try to open it in a jsp page it fails. It works fine in Tomcat 4. Can anyone help me!? Thanks in advance! Brito ---------...

Part and Inventory Search

Back
Top