How to get a list of all ТTable objects that are associated with TDatabase through the DatabaseName property? The TDatabase::TDatabaseDataSets returns only active ( active=true ) tables, and I just need to get inactive tables and make them active.

  • Do not let a fool die! What is the "active table"? - BuilderC
  • @BuilderC I wrote: who have the active=true property set. And if you connect to such a TDbGrid table, then it will display data from the database, otherwise it will not. Perhaps, it would be more correct to say: tables connected to the database, although it also does not sound very much. - Im ieee

0