Hello,
I want to SQL INSERT data into a field whose column name contains spaces.
With FM5.0 ODBC, I can do this:
INSERT INTO myTable.fp5 ("My Field") VALUES ('here is some text')
With FM5.5 ODBC, this doesn't work. Is there another delimiter I should use like [My Field] or My+Field?
Thank you,
Paul Davis