Thread: PostgreSQL + JDBC

PostgreSQL + JDBC

From
Dadure Arnaud
Date:
hi,  i use PostgreSQL 7.0.2  with the standard JDBC driver...

what type of data must i choose in PostgreSQL to get a float with
getFloat("toto") in a resultset ?

if i choose REAL,  PostgreSQL convert it with float8 ... :(

thanks if you can help

Arnaud