Re: JDBC Update question (quoted strings)

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: GGattis(at)iTeamOne(dot)com
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: JDBC Update question (quoted strings)
Date: 2004-09-01 03:46:07
Message-ID: 413545FF.8030005@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Gerry Gattis wrote:
> Hi Oliver,
>
> Thanks for the response. David pointed out that I was using the wrong
> call to create the statement. After I corrected that, the driver works
> fine. I think that it must be treating strings differently if it thinks
> that it is talking to a stored procedure. That would make sense.
>
> Methinks the bug is me!

Hmm.. but prepareCall should behave the same as prepareStatement for
simple queries, in theory. It should only behave differently if it sees
a {call} escape sequence..

Odd.

-O

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Paul Thomas 2004-09-01 09:28:22 Re: JDBC Update question (quoted strings)
Previous Message Oliver Jowett 2004-09-01 03:34:28 Re: JDBC Update question (quoted strings)