Subject | Tables of a database and columns of a table |
---|---|
Author | W O |
Post date | 2011-04-01T02:45:32Z |
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]
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]