Specifies whether the driver automatically refreshes the remote object mapping and other information contained in a remote schema the first time a user connects to the specified embedded database.
Valid Values
true | false
Behavior
If set to true, the driver automatically refreshes the schema the first time a user connects to the specified database. This means that the driver rebuilds the database map. Any schema objects that have changed since the last time the database map was rebuilt will be reflected in the metadata. See Database Configuration File for information about embedded databases and map files.
If set to false, the driver does not refresh the schema automatically the first time a user connects to the specified database.
Notes
This connection property is equivalent to executing the Refresh Schema statement (refer to "Refresh Schema (EXT)" in the DataDirect Connect Series for JDBC Reference). You can refresh a schema manually at any time by using the Refresh Schema statement.