Re: SQLMAP IBATIS insert values from web forms to a money type

From: David Gagnon <dgagnon(at)siunik(dot)com>
To: emilu(at)encs(dot)concordia(dot)ca
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: SQLMAP IBATIS insert values from web forms to a money type
Date: 2006-08-14 13:58:12
Message-ID: 44E08174.1060407@siunik.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,

I think you should use BigDecimal ...

/David

Emi Lu wrote:
> Hello,
>
> I am using SQLMAP ibatis to do DB insertion for a webapplication.
>
> In my sqlmap.xml file, I was trying to insert values into a table with
> one col (type is Money), but in java, I could not find Money type.
>
> Does someone knows about ibatis how to make values got from the web
> form to be inserted into money type column through IBATIS ?
>
> Thanks a lot!
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>
>
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Emi Lu 2006-08-14 14:06:37 Re: SQLMAP IBATIS insert values from web forms to a money
Previous Message Emi Lu 2006-08-14 13:51:20 SQLMAP IBATIS insert values from web forms to a money type column