I need to get a list of all the tables within a DBase Database, in mysql I can parse a command, in oracle there is a table which stores all the tables. How can I do it in DBase?
Not exacly sure how dBAse does it but here is the FoxCode.
Open the Database like a table
Use DBCname.DBC
One of the fields is the type
set filter to Objtype="Table"
browse
Field ObjName with be the table name.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.