Sets or returns a value that specifies the name of a linked table or the name of a base table (Microsoft Jet workspaces only).
Syntax
VOIDSetSourceTableName(LPCTSTR pstr );
CStringGetSourceTableName(VOID);
Parameters
Type | Argument | Description |
LPCTSTR | pstr | A pointer to a string that specifies a table name. |
Remarks
For a base table, the setting is a zero-length string (""). This property setting is read-only for a base table and read/write for a linked table or an object not appended to a collection.