Subject Numeric(15,2) problem in Firebird v 2.1.2
Author Abhishek Sharma
Hi group.

I m facing a problem in the v2.1.2, i m trying to post a value as a string in a column which has data type as Numeric(15,2)
For eg: - Update table set col='10,000.00' where condition.
the query works fine in v 2.0 but in 2.1.2 i m getting a "conversion error from string" with error code -413

Please help why i m getting so