CdbRelation::SetForeignTable, GetForeignTable Property

Sets or returns the name of the foreign table in a relationship (Microsoft Jet workspaces only).

The setting or return value is a string that evaluates to the name of a table in the Database object's TableDefs collection.

Syntax

VOIDSetForeignTable(LPCTSTR pstr);

CStringGetForeignTable(VOID);

Set Parameters

Type Example Description
LPCTSTR pstr A pointer to a string that contains the name of the foreign table.