Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether to send an SQL update query to update tables. When handling this property for regular cursors, use the CURSORSETPROP( ) and CURSORGETPROP( ) functions. Read/write.
Note Setting SendUpdates for applies only to CursorAdapter objects with ODBC or ADO data sources and overrides the property setting of a cursor when attached to a CursorAdapter object. That is, changing the settings on the cursor using CURSORSETPROP() has no effect.
CursorAdapter.SendUpdates [= lValue]
Property Values
- lValue
Logical data type. The following table lists the values for lValue.lValue Description True (.T.) Send an SQL update query to update tables when a view is used to make the update. (Default) False (.F.) Do not send an SQL update query to update tables.
See Also
Properties | CursorAdapter Object Properties, Methods, and Events | CURSORGETPROP( ) Function | CURSORSETPROP( ) Function
Applies To: CursorAdapter Class