Access database via Servlet - Mailing list pgsql-interfaces

From zhang-lan@usa.net
Subject Access database via Servlet
Date
Msg-id 19990930151943.14486.qmail@nw177.netaddress.usa.net
Whole thread Raw
List pgsql-interfaces
It seems someone has asked this question before.   But mine is a different
situation.  I set up a java web server, and 
my servlet program need to access the remote database which is not on my
server.  When the program executed   DriverManager.getConnection(dburl, user, passwd) ,
it shows the error:  java.lang.IllegalArgumentException: Argument # > Arg
length

But the similar program which I don't use servlet runs ok, it can access the
remote database very well.  I don't 
know why.  And if I change the database to the MS Access database which is on
my machine, the servlet program 
also runs fine.

Anyone can help?

Thanks.

Lan Zhang


____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1


pgsql-interfaces by date:

Previous
From: jose soares
Date:
Subject: Re: [GENERAL] ODBC-client->Linux-server: datatype boolean not recognized?
Next
From: Richard Morrell
Date:
Subject: postgres jdbc class problem