Re: mm.mysql.jdbc-1.2c and applets

2001-01-17 Thread Guy Payne
EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, January 17, 2001 8:35 AM Subject: Re: mm.mysql.jdbc-1.2c and applets > Applet don't allow bulid new socket connection, which will do when you > make a connection from applet to database. > The s

Re: mm.mysql.jdbc-1.2c and applets

2001-01-17 Thread Carfield Yim
Applet don't allow bulid new socket connection, which will do when you make a connection from applet to database. The solution is writing a servlet to let applet call it. On Wed, 17 Jan 2001, Paulo Mora de Freitas wrote: > > Dear All, > > Could someone help me to access my mysql database from

mm.mysql.jdbc-1.2c and applets

2001-01-17 Thread Paulo Mora de Freitas
Dear All, Could someone help me to access my mysql database from an applet with mm.mysql.jdbc-1.2c? The problem is that when trying to access a mysql database from an applet using Netscape it get an AppletSecurityException (described at end of this message). But the mm.mysql.jdbc-1.2c docum