Re: JDBC Update question (quoted strings) - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: JDBC Update question (quoted strings)
Date
Msg-id 413545FF.8030005@opencloud.com
Whole thread Raw
In response to JDBC Update question (quoted strings)  (Gerry Gattis <GGattis@iTeamOne.com>)
List 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

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: JDBC Update question (quoted strings)
Next
From: Paul Thomas
Date:
Subject: Re: JDBC Update question (quoted strings)