skip to main content
Connection Option Descriptions : Refresh Schema
  

Try DataDirect Drivers Now

Refresh Schema

Attribute

RefreshSchema (RS)

Purpose

Determines whether the driver automatically refreshes the information in a remote schema (rebuilds the schema 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 schema map was rebuilt are reflected in the metadata.
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 Map statement (see to "Refresh Map (EXT)"). You can refresh a schema manually at any time by using the Refresh Map statement.

Default

0 (Disabled)

GUI Tab

Advanced tab

See Also

*Refresh Map (EXT)