I'm invoking a stored procedure from ColdFusion code that returns a column with the column name "My Column ™".
How can I access this field...? Something like:
myQuery["My Column ™"]
But I can't figure out the correct syntax. Can this be done?
Try this:
myQuery["My Column #chr(8482)#"][CurrentRow]
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With