По первому вопросу: Если связь 1 к 1 не будет ли логичней отображать все данные в одном DBGrid'е?
По второму: читаем хелп по Delphi
Цитата:
Populates a string list with the names of tables in the database.
Delphi syntax:
Код:
procedure GetTableNames(List: TStrings; SystemTables: Boolean = False);
Description
Call GetTableNames to retrieve a list of tables in the associated database.
List is the already-existing string list object into which the tables names are put.
Set SystemTables to indicate whether the list of table names should include the database’s system tables.
|
все довольно доходчиво описано. Первым параметром передается экземпляр объекта TStrings (можно самому создать TStringList, можно взять TMemo.Lines) вторым параметром - логика указывающая на то нужно ли возвращать имена таблиц помеченных как System