Delimit field name for cfinsert, cfupdate
Hi there,
I have a table with a field name called currency. Currency is a keyword and normally I have to delimit the field name in a query, eg update table set [currency] = 'USD'
When I use cfinsert with the currency field, I get query syntax error. I wonder if I there is a way I can tell cfinsert to delimit the field?
Right now, I just left the currecy field out of cfinsert and run another update afterwards.
I am using CF18
Thanks
