Hi,
I recently upgraded to coldfusion MX 7. I have the following Query of Query Problems.
The database is SqlServer.
i.I have an integer column, where i try to change the value to a character.
<cfset temp = QuerySetCell(Attributes.Query,trans_col_name,trans_value)>
trans_col_name - is an...