Share via


CDaoTableDef::GetSourceTableName

Call this member function to retrieve the name of an attached table in a source database.

CString GetSourceTableName( );

Return Value

A CString object that specifies the source name of an attached table, or an empty string if a native data table.

Remarks

An attached table is a table in another database linked to a Microsoft Jet database. Data for attached tables remains in the external database, where it can be manipulated by other applications.

For related information, see the topic "SourceTableName Property" in DAO Help.

Requirements

Header: afxdao.h

See Also

Reference

CDaoTableDef Class

Hierarchy Chart

CDaoTableDef::GetRecordCount

CDaoTableDef::SetSourceTableName

Other Resources

CDaoTableDef Members