[SQL] SQLMAP IBATIS insert values from web forms to a money type column

2006-08-14 Thread Emi Lu
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

Re: [SQL] SQLMAP IBATIS insert values from web forms to a money type column

2006-08-14 Thread Andrew Sullivan
The money type is deprecated. Use numeric with two places. A On Mon, Aug 14, 2006 at 09:49:29AM -0400, 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),