JavaScript Editor js editor     Web development 



Main Page

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.

Note:
Setting Tables for CursorAdapter objects 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]

Return Value

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

Applies To: CursorAdapter Class

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

See Also



JavaScript Editor js editor     Web development