SQLData object read-only database handling
- Last UpdatedJul 19, 2024
- 1 minute read
The SQLData object provides read-only access from the SQL Server database via the DBReadOnly attribute. In read-only mode, the SQLData object requires a valid SQL Server database to connect to, as the object cannot create a new SQL Server database in this mode.
When the DBReadOnly attribute is set to TRUE, the database write command attributes (such as AttrToDBAppendCmd, AttrToDBReplaceCmd, TempToDBAppendCmd, TempToDBReplaceCmd, and RecordDeleteCmd) are disabled.