Just trying the evaluation version to access a Firebird 2.0 database for high speed local data logging operations and I hope to achieve better portability/deployment.
Having installed the InterBase Data Access Components with no problems, what do I need to do to retrieve the database names and table names to place into a list/combobox?
I've tried the following:
Code: Select all
databasenames.items := GetDatabaseNames (databasenameslist);
Delphi 2005 considers 'GetDatabaseNames ' to be an undeclared variable - so what should I have declared or referenced.
Sorry for such a simple question but I could find no mention of this anywhere!
Roger B