skip to main content
Part 4: The Connect XE Drivers : The Salesforce Driver : Connection Option Descriptions : Refresh Schema
  
Refresh Schema
Attribute
RefreshSchema (RS)
Purpose
Determines whether the driver automatically refreshes the information in a remote schema (rebuilds the database map for the schema) the first time a user connects to the specified embedded database. The database is opened when the user first makes a connection with the application. When all connections associated with that user are closed, then the driver closes the database. The database must be reopened before it can be used again.
Valid Values
1 | 0
Behavior
If set to 1 (Enabled), the driver automatically refreshes the schema the first time a user connects to the specified database. Any schema objects that have changed since the last time the database map was rebuilt are reflected in the metadata. See Database Configuration File for information about embedded databases and map files.
If set to 0 (Disabled), the driver does not automatically refresh the schema the first time a user connects to the specified database.
Notes
*This connection option is functionally equivalent to executing the Refresh Schema statement (refer to "Refresh Schema (EXT)" in the DataDirect Connect Series for ODBC Reference). You can refresh a schema manually at any time by using the Refresh Schema statement.
Default
0 (Disabled)
GUI Tab
Advanced tab