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

[558 byte] By [uttam_virusa] at [2007-11-27 9:53:09]
# 1

You are missing the library on the client.

It must be moved to the client.

Just like any other library that an applet requires.

And that has nothing to do with JDBC.

There are certainly way(s) to do it. Perhaps a forum that addresses applets, web usage or guis would provide an answer.

jschella at 2007-7-13 0:22:22 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...