Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Get SQL database info
Message
 
À
25/11/2003 14:37:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00853438
Message ID:
00853456
Vues:
22
>Hi All,
>
>Is there a way to get a list of table names from a SQL database? What about stored procedures?
>
>Thanks in advance for any help.
>
>Aloha,
>
>James

SQLTABLES(yourhandle)
or
SQLEXEC(yourhandle,"EXEC sp_tables", "mySQLtables")

and
SQLEXEC(yourhandle,"EXEC sp_stored_procedures", "mySQLproc")
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform