PDA

View Full Version : Java-MySql


mikipop
09-08-2006, 06:09 AM
Whats wrong in this code:

**<html>**
**<title> JavaMySql </title>**
**<applet code="JavaMySql" width=1000 height=800>**
**</applet>**
**</html>**

When I start this applet from Microsoft Internet Explorer isn't possible connect to MySql database,but in java appletviewer JavaMySql.java is perfectly work.

Whats miss in java applet code that work good,or something else wrong?

v4honda
10-12-2006, 05:34 PM
It would help if we could see the code.

Failing that, applets have a lot of security restrictions placed upon them, you may have to modify your security policy to allow the applet to connect to the mysql server.