JDBC and numeric datatype...

From: "Scott Muir" <wsmuir(at)islandnet(dot)com>
To: <pgsql-interfaces(at)postgresql(dot)org>
Subject: JDBC and numeric datatype...
Date: 2001-05-11 22:16:35
Message-ID: NCBBKLMCJOGCLFHOFECNKENIDMAA.wsmuir@islandnet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Can someone suggest the correct way of dealing with the NUMERIC data type
through JDBC? The attribute in question is a NUMERIC(10,2) (currency)...
We're thinking of just using a float to handle it... Since this type can be
much larger than we're using, what should be used in those cases???

Thanks.
S.

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Lane 2001-05-12 17:53:13 Re: Re: libpgtcl and WinNT
Previous Message Tom Lane 2001-05-11 15:53:04 Re: libpgtcl.so