Refresh Schema
- Last Updated: July 30, 2025
- 1 minute read
- DataDirect Connectors
- ODBC
- Salesforce 8.0
- Documentation
Attribute
RefreshSchema (rs)
Purpose
Specifies whether the driver automatically refreshes the relational map of the schema when a user connects to the instance.
Valid Values
0 | 1
Behavior
If set to 1 (true), the driver automatically refreshes the map when
a user first connects to the instance. The driver rebuilds the relational map of the
schema, and any changes that have been made to the schema since the last refresh will
be shown in the metadata.
If set to 0 (false), the driver does not refresh the relational map when a user first connects.
Notes
- This option should not be enabled (
RefreshSchema=1) whenCreateMap=3(Session). - This option is equivalent to executing the Refresh Map statement.
Default Value
0 (false)