PostgreSQL + JDBC

From: Dadure Arnaud <cubeur(at)cybercable(dot)tm(dot)fr>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: PostgreSQL + JDBC
Date: 2000-11-08 16:07:45
Message-ID: 3A097A51.DFBB1E20@cybercable.tm.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

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

Browse pgsql-interfaces by date

  From Date Subject
Next Message Christopher Farley 2000-11-08 19:30:45 JDBC 'Unterminated quoted string'
Previous Message Michael Meskes 2000-11-08 11:39:42 Re: USE OF CURSORS IN ECPG