System error 1114 [message #112424] |
Fri, 25 March 2005 04:20 |
kanak
Messages: 1 Registered: March 2005
|
Junior Member |
|
|
hi there,
i m working on win2k platform.i have installed oracle8.1.5 version and using java as the front end.when i run the application i get the following two errors
1.OCI.dll the specified module could not be found
2.oracle odbc driver could not be loaded due to system error 1114
everything else seems to be right. i have checked the path in the environment variables which seems to be right.also i can work with SQL plus without any problem.i m absolutely clueless as to what to do.plz send a reply. i have to submit the project in about 10 days. i have used the following code for connectivity:
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
con = DriverManager.getConnection("jdbc:odbc:proj_maint","scott","tiger");
|
|
|