Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I get the code used to create a table
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00037407
Message ID:
00037549
Vues:
23
>I have a table and I would like to reproduce the structure of it in an SQL command and/or to create a cursor exactly like it.
>
>Is there a way I can do this?
Jeff,

USE TheTable
AFIELDS(laArray)
CREATE CURSOR MyCursor FROM ARRAY laArray
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform