Hi, I have a web-application running on Tomcat 4.1, which call the following statement for connectiong to a database
DriverManager.getOpenConnection(param1, param2, param3) to a database. The application works without any problem(Windows-XP):. I have now updated from Tomcat 4.1 to Tomcat 5.5, but I get a error message by running the same web-application. The error message is as follows: "[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified" The following statements have been already defined and are the same like before the migration: " String driverName = "sun.jdbc.odbc.JdbcOdbcDriver"; String databaseUrl = "jdbc:odbc:openItems";" Could anybody help me? Any help would be appreciated. Sincerely Alireza --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]