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 withgetFloat("toto") in a resultset ?
if i choose REAL, PostgreSQL convert it with float8 ... :(
thanks if you can help
Arnaud