Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get table structure like aFields in VFP?
Message
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Divers
Thread ID:
01025460
Message ID:
01025462
Vues:
14
>What code do I use in VFP program to get a structure of a table in SQL Server database? If this is VFP database, I would use aFields() function. Is there a similar method for SQL Server?

You can use SqlColumns() or run a query agains INFORMATION_SCHEMA.Columns view if you need additional info.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform