Accessing functions from JSP code - Mailing list pgsql-jdbc

From Minal
Subject Accessing functions from JSP code
Date
Msg-id 42E488EB.2050505@yes2etl.com
Whole thread Raw
Responses Re: Accessing functions from JSP code  (Dave Cramer <davec@fastcrypt.com>)
List pgsql-jdbc
Hi..
I am trying to access functions from the jsp code, using the following
code. I  get error and just cant access the function. Dont know what to do??
Please help...

    sql="execute sp_login 'INSERT','admin','"+username+"','"+password+"'";
    pStat=conn.prepareStatement(sql);
    msg=pStat.executeUpdate();

Minal

pgsql-jdbc by date:

Previous
From: Tom Lane
Date:
Subject: Re: Timestamp weirdness
Next
From: Dave Cramer
Date:
Subject: Re: Accessing functions from JSP code