Insert and Update statements
- Last Updated: July 30, 2025
- 1 minute read
- DataDirect Connectors
- ODBC
- Salesforce 8.0
- Documentation
The driver supports returning parameter metadata for the following forms of Insert and Update statements:
-
INSERT INTO FOO VALUES(?, ?, ?) -
INSERT INTO FOO (COL1, COL2, COL3) VALUES(?, ?, ?) -
UPDATE FOO SET COL1=?, COL2=?, COL3=? WHERE COL1operator? [{AND | OR}COL2operator?]
where:
- operator
- is any of the following SQL operators:
.=,<,>,<=,>=, and<>