how to connect to the mysql database using applet from remote PC
Hii All..
I am also facing a problem.
My web server and mysql server are running on the same PC.
when i connect to the database from the same PC.
Its connection but when i am trying to connect to the database from the different PC its giving error and not finding the driver "com.mysql.jdbc.Driver" because this is there on the server PC and applet runs on the client side..
So to load the deriver on the client side so that it can run the applet to make the database connection on the remote PC.
Thanks
Uttam

