Re: PreparedStatement#setString on non-string parameters

From: Guillaume Cottenceau <gc(at)mnc(dot)ch>
To: pg(at)fastcrypt(dot)com
Cc: Silvio Bierman <sbierman(at)jambo-software(dot)com>, PostgreSQL JDBC <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: PreparedStatement#setString on non-string parameters
Date: 2005-03-08 12:56:17
Message-ID: 87y8cyl2j2.fsf@meuh.mnc.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Dave Cramer <pg 'at' fastcrypt.com> writes:

> Silvio,
>
> I presume you are talking about setObject ??? I can't find a
> setString(non-string param)

He says "XML data (..) many numeric values are available as
Strings" so I think the SQL column is numeric but the rest is
string (a java string containing the string representation of the
numeric value).

--
Guillaume Cottenceau

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2005-03-08 13:09:35 Re: PreparedStatement#setString on non-string parameters
Previous Message Dave Cramer 2005-03-08 12:33:04 Re: PreparedStatement#setString on non-string parameters