Re: boolean problem - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: boolean problem
Date
Msg-id Pine.BSO.4.56.0410181416450.5115@leary.csoft.net
Whole thread Raw
In response to boolean problem  (Tony Grant <tony@tgds.net>)
Responses Re: boolean problem
List 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

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Initial translation : Turkish
Next
From: Kris Jurka
Date:
Subject: Re: NullPointerException in ResultSetMetaData getColumnCount