Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What Tables Are In a DBC?
Message
From
19/02/2004 11:24:10
 
 
To
19/02/2004 11:20:54
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00878746
Message ID:
00878749
Views:
17
This message has been marked as the solution to the initial question of the thread.
>How can I find out, under program control, what tables are in a DBC? Is there a VFP function or do I have to hack the DBC file? If by hacking, is it simply a matter of finding all rows where ObjectType = "Table"?
>Thanks

? ADBOBJECTS(la_Array, "table")
Charles

"The code knows no master." - Chuck Mautz
"Everybody is ignorant, only on different subjects." - Will Rogers
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform