Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

connecting to remote database(MSSqlserver) using applet

835813Feb 4 2011 — edited Feb 4 2011
HI, I am having a problem that I have to insert the data in a table from the applet. since the applet run on the client machine and the database is on the remote machine now when java on client machine looks for the driver "com.microsoft.jdbc.sqlserver.SQLServerDriver" then it give the exception that class com.microsoft.jdbc.sqlserver.SQLServerDriver not found. so how should I set the classpath of the jar file mssqlserver.jar so that applet can connect to remote database

Thnaks and Regards
Dilip Agarwal

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 4 2011
Added on Feb 4 2011
7 comments
167 views