PDA

View Full Version : Java SQL database problem.


DownRightEvil
1-20-05, 01:49 AM
I have a database all set up on my website here on powweb, everything works fine with it.
Now, I'm trying to get an applet to communicate with the database. I keep getting an error when connecting. Any clue how I can make this work? (The applet is stored on my site here)

James
1-20-05, 01:53 AM
It probably won't work... the applet runs from the viewers browser so the connection to the mysql database is coming from outside powweb's network. We don't allow remote mysql connections to our servers.

DownRightEvil
1-20-05, 03:25 PM
Allright thanks. At least now I know it won't work for sure so I should stop trying it.