Sets or returns a value that specifies the name of a linked table or the name of a base table (Microsoft Jet workspaces only).
Settings and Return Values
The setting or return value is a string that specifies a table name. For a base table, the setting is a zero-length string ("").
Syntax
VOIDSetSourceTableName(LPCTSTR pstr);
CStringGetSourceTableName(VOID);
Set Parameters
Type | Example | Description |
LPCTSTR | pstr | A pointer to a string that specifies a table name. |