decimal separator in germany -
02-10-2004
, 09:53 AM
Hello All,
I'm trying to enter data through a ColdFusion form and a JDBC connection
into a ASA 9 Database.
This works fine exept for decimal numbers. Whenever the decimal sperator is
the comma (,) rather than the dot (.) I get a database error. E.g. entering
2.9 is fine, but a database error occurs when I enter 2,9 instead.
Is there any way of setting a System Option or anything likewise to get the
database to exept this inputformat for decimal seperators?
Thanks in advance
Volker |