RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DRIntf.QualifyTableNameByName Function

Returns the fully qualified name of a table in the Data Dictionary.

Pascal
function QualifyTableNameByName(const SessionName: string; const DatabaseName: string; const TableName: string): string;
C++
AnsiString QualifyTableNameByName(const AnsiString SessionName, const AnsiString DatabaseName, const AnsiString TableName);

DRIntf

Call QualifyTableNameByName to add user name information to a database table name. Specify the BDE session that manages the database connection with the Session Name parameter. Specify the database that contains the table using the Database parameter. Specify the name of a table within that database using the TableName parameter. QualifyTableNameByName returns the fully qualified name of the database table if the table is stored in the Data Dictionary qualified by user name. 

 

QualifyTablename 

TSession 

TDatabase 

The Data Dictionary

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!