Re: boolean problem

From: Kris Jurka <books(at)ejurka(dot)com>
To: Tony Grant <tony(at)tgds(dot)net>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: boolean problem
Date: 2004-10-18 19:18:19
Message-ID: Pine.BSO.4.56.0410181416450.5115@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Mon, 18 Oct 2004, Tony Grant wrote:

> Hello again =:-D
>
> Postgresql 7.3.2 Mac OSX
> Tomcat 4.1 Mac OSX
>
> My webapp is asking for a boolean and Postgresql is returning "t"
> interpreted as a string by the application... I though that the JDBC
> driver took care of little things like that?
>

It is entirely unclear what you are actually doing? What ResultSet method
are you using? getBoolean, getString, getObject? How about a couple
lines of sample code that show what you are doing, what the result is, and
what you expect the result to be?

Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2004-10-18 20:21:49 Re: NullPointerException in ResultSetMetaData getColumnCount
Previous Message Kris Jurka 2004-10-18 19:16:00 Re: Initial translation : Turkish