coldfusion - Access column in query with special character? -


i'm invoking stored procedure coldfusion code returns column column name "my column ™".

how can access field...? like:

myquery["my column ™"] 

but can't figure out correct syntax. can done?

try this:

 myquery["my column #chr(8482)#"][currentrow] 

Comments