Placeholder Syntax
The placeholder syntax for ODBC is:
?
Here is an example:
INSERT INTO PICNICTABLE VALUES( ? )
The use of placeholders in OpenSQL statements is not a portable feature. The different access modules use different placeholder syntax depending on their underlying vendor implementation.