Question
Problem with query result in session variable
Hi,
I put a query result into a session variable.
The result set contains values like "001", but when I dumped the session variable it becomes the value "1" (numeric).
In the database it is a varchar2 column, but why coldfusion converts it to a number?
How can I tell coldfusion not to convert the string to number? I need the value with leading zeros.
regards Claudia
