Re: Accessing functions from JSP code

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: Accessing functions from JSP code
Дата
Msg-id E0429DDA-B363-4360-927A-4C3B3B5904DF@fastcrypt.com
обсуждение исходный текст
Ответ на Accessing functions from JSP code  (Minal <minalac@yes2etl.com>)
Список pgsql-jdbc
Minal,

You will have to give us more than the following three lines of code
if you expect anyone to be able to point you in
the right direction.

What is the error message, how do you get the connection, how do you
load the driver ....etc.

DAve
On 25-Jul-05, at 2:38 AM, Minal wrote:

> 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
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>
>


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Minal
Дата:
Сообщение: Accessing functions from JSP code
Следующее
От: "Les Carter"
Дата:
Сообщение: getMoreResults() issue