Constraint definition for remote tables
- Last Updated: July 30, 2025
- 1 minute read
- DataDirect Connectors
- ODBC
- Salesforce 8.0
- Documentation
Purpose
Defines the syntax to define a constraint for a remote table.
Syntax
[CONSTRAINT [constraint_name]
{foreign_key_constraint}]
where:
-
constraint_name - Is ignored. The driver uses the Salesforce relationship naming convention to generate the constraint name.
-
foreign_key_constraint - Defines a link between related tables. See "Foreign Key clause" for syntax.