Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Want the table column names
Message
De
02/08/2000 22:44:05
Cindy Winegarden
Duke University Medical Center
Durham, 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:
00399829
Message ID:
00400199
Vues:
18
Brenda,

A little off the subject, but here's a handy trick with AFIELDS() that you may not know. It copies the structure of a table and makes a cursor:

SELECT MyTable
=AFIELDS("laTempArray")
CREATE CURSOR MyCursor FROM ARRAY laTempArray


>For the currently selected table, I want an array of the column names? How do I build an SQL to retrieve the column names?
>
>Thanks
>
>Brenda
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform