Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
List of Views Using Base Table Or In Database
Message
 
 
To
30/08/2001 14:42:27
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00551021
Message ID:
00551029
Views:
23
This message has been marked as the solution to the initial question of the thread.
Renoir,
>I've exhausted my understanding of dbGetProp and CursorGetProp... How can I get the name of all views using a particular base table?

There is no internal VFP function to do this. You can query the DBC as a table (possibly) or use meta data like the information SDT stores and query it.

>Or, if that is very complicated, then at least all the views contained in a specific database. Thanks!

ADBObjects(MyArray,'View')

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Reply
Map
View

Click here to load this message in the networking platform