怎么在delphi程序中知道一个Interbase库内有多少个表及表的名字?(100分)

  • 主题发起人 主题发起人 mrzj
  • 开始时间 开始时间
M

mrzj

Unregistered / Unconfirmed
GUEST, unregistred user!
怎么在delphi程序中知道一个Interbase库内有多少个表及表的名字?
怎么编程实现?
 
procedure GetTableNames(const DatabaseName, Pattern: String; Extensions, SystemTables: Boolean; List: TStrings);

Description

Call GetTableNames to retrieve a list of the tables associated with a given
database. DatabaseName specifies the name of the database from which to
retrieve table names.
 
接受答案了.
 
后退
顶部