Clarification With Money data type

From: Navanethan Muthusamy <navanethanmca(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org, pgsql-sql(at)postgresql(dot)org
Subject: Clarification With Money data type
Date: 2010-03-10 07:19:39
Message-ID: 4e98ec861003092319q457aa3camb9b4bcd36cfbfc15@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc pgsql-sql

Hi,

I am using Postgresql 8.4, Can you tell me How Can I use Money data type?

I want to store the money and retrieve. Please give me idea to work on that.

I am using Java with Postgresql, I have tried java.math.BigDecimal with
Money, but its giving error. (Its asking me to do the casing)

Thanks in advance.

Regards,
Navanethan

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Emmanuel Guiton 2010-03-10 11:18:23 JDBC driver, client_encoding and a SQL_ASCII database in production
Previous Message Andreas Joseph Krogh 2010-03-09 23:39:14 Retrieving multidimentional array-column using JDBC

Browse pgsql-sql by date

  From Date Subject
Next Message Bryce Nesbitt 2010-03-10 07:26:13 Remote monitoring of Postgres w/minimal grants
Previous Message dennis 2010-03-10 02:43:47 Re: Help : insert a bytea data into new table