Subject Tables of a database and columns of a table
Author W O
Hello everybody

Is it possible for an external program know which are the tables of a
Database?

And which are the columns of a table?

In ISQL I can write:
SHOW TABLES;

SHOW TABLE MyTable;

And it works, but if I want to get that data from my program, what can I do?

Thanks in advance.

Walter.


[Non-text portions of this message have been removed]