Update statements fail when fieldname starts with digit
Posted: Mon 28 Sep 2009 09:17
Using DbxSda driver version 4.45.0.18, I cannot execute update statements when at least one fieldname starts with a digit. An older driver that I have (3.10.8.0) has no problem with it, because it puts quotes around the fieldname.
For example the old driver generates: and the new one does
For example the old driver generates:
Code: Select all
update "1fieldname"...
Code: Select all
update 1fieldname