Thanks. I realised this was the solution as I lay awake mulling it over at 4 am. However, as I derive the parameters from the field names, I will need to use a StringReplace function to remove the spaces.
thread102-747014
I wish to parameterise a TADOCommand on a table with spaces in the field names (e.g. 'Well Test Type'). For a SQL Server query I have used the following CommandText:
INSERT INTO table "Well Test Type" VALUES (:"Well Test Type");
However, when I try to get a value for the field...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.