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