RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DRIntf.QualifyTableName Function

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

Pascal
function QualifyTableName(Database: TDatabase; const TableName: string): string;
C++
AnsiString QualifyTableName(TDatabase Database, const AnsiString TableName);

DRIntf

Call QualifyTableName to add user name information to a database table name. Specify the database that contains the table using the Database parameter. Specify the name of a table within that database using the TableName parameter. QualifyTableName returns the fully qualified name of the database table if the table is stored in the Data Dictionary qualified by user name. 

 

QualifyTableNameByName 

The Data Dictionary

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