cfqueryparam, numeric with comma decimal separator problem!
Hello everybody,
After spending the hall day and night without finding a solution, I'm turning to the forum for help. As a value for an Insert cfquery I'm using this among others: <cfqueryparam value="#p.PAskPrice#" cfsqltype="cf_sql_numeric" />,.
The values (p.PAskPrice) come from an xml file which has numbers stored with comma decimal separators (you see, this is Greece - European language) and I get the error Invalid data 0,00 for CFSQLTYPE CF_SQL_NUMERIC. How do I inform the cf_sql_numeric validator that the separator is valid? Any help would be much appreciated.
Thanks in advance,
Yannis
