Refresh Schema
- Last Updated: July 30, 2025
- 1 minute read
- DataDirect Connectors
- ODBC
- MongoDB 8.0
- Documentation
Attribute
RefreshSchema (rs)
Purpose
Specifies whether the driver adds newly discovered objects to the relational map when connecting.
Valid Values
0 | 1
Behavior
If set to 1 (true), the driver adds newly discovered objects to the relational view of your data. At connection, the driver compares the relational map to a new sample of the data from the server. Any new objects that are detected are mapped to the relational view.
If set to 0 (false), the driver does not refresh the relational map when connecting to the server.
Notes
- This option is equivalent to executing the Refresh Map statement.
Default Value
0 (false)