ConflictCheckCmd Property
Specifies a custom command to use for checking update or delete conflicts when CursorAdapter ConflictCheckType is set to 4. Read/write at design time and run time.
You can use ConflictCheckCmd with native, Open Database Connectivity (ODBC), and ActiveX Object (ADO) data sources. When using ADO, the CursorAdapter object should use an ADO Command object for the SQL UPDATE or DELETE operation. Otherwise, Visual FoxPro disregards ConflictCheckCmd.
CursorAdapter.ConflictCheckCmd [= cValue]
Parameters
- cValue
Specifies a custom command string reference to append to the commands specified by the UpdateCmd and DeleteCmd properties for checking update or delete conflicts. The default value for cValue contains an empty string.
Remarks
Applies To: CursorAdapter Class
See Also
Reference
ConflictCheckType Property
CursorAdapter Object Properties, Methods, and Events
UPDATE - SQL Command
DELETE - SQL Command