MySQL Connector/J how to??

N

network lines

Anybody got some Java code on how
to connect a simple java program or Applet to
a MYSQL server on another machine???
please post here.

TIA
 
J

John

network said:
Anybody got some Java code on how
to connect a simple java program or Applet to
a MYSQL server on another machine???
please post here.

TIA

Its exactly the same way as you connect to the server on localhost,
except that you substitute localhost with the name or IP of the remote
server.

John
 
R

Roedy Green

Anybody got some Java code on how
to connect a simple java program or Applet to
a MYSQL server on another machine???
please post here.

No such thing. The Applet must be signed to do that.

All that is different is the URL in the getConnection.
 
N

newbie99

Technically applets cannot talk to servers other than the one on which the
class file resides.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top