Links are not active on this page.
 SendUpdates Property

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.

NoteNote

Setting SendUpdates 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]

Expand imageReturn Value

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.

Expand imageRemarks

Applies To: CursorAdapter Class

Expand imageSee Also