2.2.3.13.11 rdsSynchronizeOptions
The rdsSynchronizeOptions is a bitmask of synchronization options.
-
rdsSynchronizeOptions = VT-I4 LONG
The options are described in the following table.
|
Bit flag value |
Description |
|---|---|
|
%x01.00.00.00 (UpdateTransact) |
Updates to the database are wrapped in a transaction. The transaction is aborted if any of the Updates fail. |
|
%x02.00.00.00 (RefreshWithUpdate) |
Causes row statuses to be returned when neither Refresh nor RefreshConflicts is set. |
|
%x04.00.00.00 (Refresh) |
The RecordSet is refreshed with current data from the database. Pending Updates are not pushed to the database. If this bit is not set, the RecordSet is not refreshed and any pending Updates are pushed to the database. |
|
%x08.00.00.00 (RefreshConflicts) |
Any rows with pending changes fail to update; the rows that failed to update are refreshed with current data from the database. |