Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
AFIELDS() equivalent in SQL 7
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00560184
Message ID:
00560194
Vues:
21
>Hi all,
>
>Is there an equivalent function in SQL7 to VFPs AFIELDS()?
>
>Thanks...
>
>Keith

Although it won't return an array, you can try:
Select * From information_schema.columns Where table_name='mytable'
If you are using SPT there is also SQLTABLES() and SQLCOLUMNS()
HTH
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform