RE: Problems using jdbc

2004-03-01 Thread Schroeder, Alexander
This is again a 'Trend Micro' problem. Someone (the admin of your machine) seems to have installed something like Trend Micro's InterScan AppletTrap(tm) and it seems to forbid you to open a socket ... Please look how to change the rules of this antivirus so that it permits you contacting a host

Re: Problems using jdbc

2004-03-01 Thread Victor Medina
Hi! On Mon, 2004-03-01 at 09:58, [EMAIL PROTECTED] wrote: > Hello! > > I recently downloaded the actual version of the jdbc-driver and installed > it. > Then I compiled the Example program from the documents but with some > changes: > > i. database_server ="VIF3711"; (this is my local computer

Re: Problems using jdbc

2004-03-01 Thread Victor Medina
Hi! The security model of the Java Platform won't let you access any resource outside the browser environment. Supposing that you code is just right, testing the applet in a different machine should give no problem. Best Regards! On Mon, 2004-03-01 at 09:58, [EMAIL PROTECTED] wrote: > Hello!