Re: Prepared Statements

From: Dmitry Tkach <dmitry(at)openratings(dot)com>
To: Kim Ho <kho(at)redhat(dot)com>
Cc: Fernando Nasser <fnasser(at)redhat(dot)com>, Barry Lind <blind(at)xythos(dot)com>, pgsql-jdbc-list <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Prepared Statements
Date: 2003-07-18 17:40:06
Message-ID: 3F1830F6.3020203@openratings.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Dmitry Tkach wrote:

>
> s.setObject (1, "x'a'");
>
I meant s.setObject (1, "x'a'", Types.INTEGER) of course...

Dima

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kim Ho 2003-07-18 17:45:28 Re: Prepared Statements
Previous Message Dmitry Tkach 2003-07-18 17:36:04 Re: Prepared Statements