Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
List of Views Using Base Table Or In Database
Message
 
 
À
30/08/2001 14:42:27
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00551021
Message ID:
00551035
Vues:
20
This message has been marked as a message which has helped to the initial question of the thread.
>I've exhausted my understanding of dbGetProp and CursorGetProp... How can I get the name of all views using a particular base table? Or, if that is very complicated, then at least all the views contained in a specific database. Thanks!
>
>Regards, Renoir
This will create array with all views in the current database and return list of tables for the first view in the array
ADBOBJECTS(laArrayName, "VIEW")
?DDBGETPROP(laArrayName[1], "VIEW", "TABLES")
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform