Refresh Schema
- Last Updated: January 4, 2022
- 1 minute read
- DataDirect Connectors
- ODBC
- Microsoft Dynamics 365 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 service.
Valid Values
0 | 1
Behavior
If set to 1 (true), the driver automatically refreshes the map when
a user first connects to the service. 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)