Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
List of SQL stored procedures
Message
De
28/02/2006 15:25:03
Joel Hokanson
Services Integration Group
Bellaire, Texas, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
List of SQL stored procedures
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
01100089
Message ID:
01100089
Vues:
49
Is there a way in VFP to get a list of the names of all of the SQL stored procedures and the SQL views?



I use "SELECT table_name FROM "+Alltrim(sql_src)+".INFORMATION_SCHEMA.TABLES WHERE table_type = 'BASE TABLE' ORDER BY 1" in SQLEXEC to get a lisy of my tables in SQL
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform