iOptions

Setting

Description

DB_OPENOPTIONS_NONE

You can update the recordset by adding new records or by editing or deleting existing records (if the data source allows the update).

DB_OPENOPTIONS_READONLY

You cannot add, edit, or delete records.

DB_OPENOPTIONS_APPENDONLY

You can only add records (if the data source allows the update).