Hello,
I am currently changing a java desktop application over to a java applet. Everything is working fine, but as soon as the applet attempts to make a mysql database call, it does not work. The code in the desktop application is fine, but as soon as its called from the application its not working.
Do any changes need to be made to the code because it is being called from an applet rather then a desktop application using JDBC?
Thanks
~ Kyle G