| View previous topic :: View next topic |
| Author |
Message |
George Elton Guest
|
Posted: Tue Aug 01, 2006 9:05 pm Post subject: Newbie Question |
|
|
Please forgive what may be a daft question.
I am looking at converting a BDE app to Firebird and am just feeling my way.
Can anyone give me a few pointers towards basic RDBMS management -
e.g. how to access a list of tables in the database.
(I know SHOW TABLES will do that but I need to get it into a string grid).
I have the Helen Borrie Firebird book and I am obviously too thick to find
any reference to simple stuff like this.
Thanks in anticipation
George |
|
| Back to top |
|
 |
Simon Owen Guest
|
Posted: Tue Dec 05, 2006 5:42 am Post subject: Re: Newbie Question |
|
|
Its stored as meta-data, I use the info on the following web page as a
reference to this stuff.
http://www.alberton.info/firebird_sql_meta_info.html
"George Elton" <george (AT) eltongrant (DOT) com> wrote in message
news:44cf7bd0$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Please forgive what may be a daft question.
I am looking at converting a BDE app to Firebird and am just feeling my
way.
Can anyone give me a few pointers towards basic RDBMS management -
e.g. how to access a list of tables in the database.
(I know SHOW TABLES will do that but I need to get it into a string grid).
I have the Helen Borrie Firebird book and I am obviously too thick to find
any reference to simple stuff like this.
Thanks in anticipation
George
|
|
|
| Back to top |
|
 |
|