connecting to remote database(MSSqlserver) using applet
835813Feb 4 2011 — edited Feb 4 2011HI, 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