RE: Problems using jdbc

2004-03-01 Thread Schroeder, Alexander
ntacting a host via TCP/IP. Alexander Schröder SAP DB, SAP Labs Berlin > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, March 01, 2004 2:59 PM > To: [EMAIL PROTECTED] > Subject: Problems using jdbc > > > Hello! > >

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!

Problems using jdbc

2004-03-01 Thread stefan . dallwig
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!) ii. instance name ="TST74"; (<= there is still a 7.4 instance on my mach