Hi,
I've found that the foll statement of the code is causing the prob. Actually i've installed the right driver, set the classpath right and also tested an application with the driver. But this line in a servlet causes the application error. NES webserver documentation says classpath is fine to locate the third party classes. Any idea on correcting this prob.
Thanks,
Mohan
Class.forName("com.neon.jdbc.Driver").newInstance();
Hi,
I'm using NES as my webserver. I deployed a servlet with JDBC calls on to this server. The following error occurs as soon as i call this servlet from a browser. Call to simple servlets (without JDBC calls) works fine. Can someone tell me why this happens and how to over come it. Thanks.
The instruction at "0x00000003 " referenced memory at "0x00000003 ". The memory could not be "read". Click on OK to terminate the application. Click on CANCEL to debug the application.
Thanks,
Mohan
