Mastakilla
Programmer
Hi,
i'm using vb.2005 with a foxpro 9 database.
I'd like to list all the tables, views or stored procedures in that database. (I'd also like to list the columns for any given table).
If I had to do that on a MySQL or SQL database, I would make a SELECT on INFORMATION_SCHEMA.Tables(or INFORMATION_SCHEMA.Routines, or INFORMATION_SCHEMA.Columns) and it would do the trick.
Is there a way to retrieve this data from a foxPro database?
This is the first time I use foxPro.
Any help very much appreciated.
- Thanks -
i'm using vb.2005 with a foxpro 9 database.
I'd like to list all the tables, views or stored procedures in that database. (I'd also like to list the columns for any given table).
If I had to do that on a MySQL or SQL database, I would make a SELECT on INFORMATION_SCHEMA.Tables(or INFORMATION_SCHEMA.Routines, or INFORMATION_SCHEMA.Columns) and it would do the trick.
Is there a way to retrieve this data from a foxPro database?
This is the first time I use foxPro.
Any help very much appreciated.
- Thanks -