Tables Property

Specifies a comma-delimited list of table names, which must have the table names in the exact order you want them to appear in the SQL UPDATE, INSERT, and DELETE commands. When working with this property for regular cursors, use the CURSORSETPROP() and CURSORGETPROP() functions. Read/write.

Note   You must include this list of table names when using automatic updating for updates to work.

Setting Tables for a CursorAdapter object 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.Tables [= cList]

Property Values

  • cList
    Character data type. The cList parameter specifies a comma-delimited list of table names that displays the table names in the exact order you want them to appear in the SQL UPDATE, INSERT, and DELETE commands. No default setting exists.

Remarks

Tables should not refer to a cursor that was attached to a CursorAdapter object by CursorAttach.

See Also

Properties | CursorAdapter Object Properties, Methods, and Events | CURSORGETPROP( ) Function | CURSORSETPROP( ) Function

Applies To: CursorAdapter Class