Hi,
I have a weird problem.
The table in the database has a column name with a "minus" sign ("mobile-phone"
.
When I'm trying to do the following...:
<cfoutput query="test">
#mobile-phone#
</cfoutpu>
..I'm getting error message from CF "Invalid expression format". Probably it happens because it treats "-" as arithmetic operator.
Any ideas on how to resolve this problem without renaming columns in the database and without using "SELECT mobile-phone AS mp......" (too long to explain why I can not use it).
Thanks,
Alex
I have a weird problem.
The table in the database has a column name with a "minus" sign ("mobile-phone"
When I'm trying to do the following...:
<cfoutput query="test">
#mobile-phone#
</cfoutpu>
..I'm getting error message from CF "Invalid expression format". Probably it happens because it treats "-" as arithmetic operator.
Any ideas on how to resolve this problem without renaming columns in the database and without using "SELECT mobile-phone AS mp......" (too long to explain why I can not use it).
Thanks,
Alex