Обсуждение: PostgreSQL + JDBC

Поиск
Список
Период
Сортировка

PostgreSQL + JDBC

От
Dadure Arnaud
Дата:
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