Re: [JDBC] RE: f is not a valid bitstring

2001-02-24 Thread Peter Mount
At 15:17 23/02/01 -0800, Skidmore, Walt wrote: >An update: I looked through the documentation, and found that the bool >type might be better suited. So, after changing the field type, I'm >getting a new error: > >java.sql.SQLException: ERROR: pg_atoi: error in "f": can't parse "f" Hmm, its tr

[JDBC] RE: f is not a valid bitstring

2001-02-23 Thread Skidmore, Walt
Title: RE: f is not a valid bitstring An update: I looked through the documentation, and found that the bool type might be better suited.  So, after changing the field type, I'm getting a new error: java.sql.SQLException: ERROR: pg_atoi: error in "f": can't parse "f" Any ideas? Thanks...