Subject Re: Tables of a database and columns of a table
Author realoldgeek2008
I recall you're using Visual Foxpro. Have you tried its SQLTABLES() and SQLCOLUMNS() functions?

Jonathan

--- In firebird-support@yahoogroups.com, W O <sistemas2000profesional@...> wrote:
>
> 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]
>