Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Structure extended
Message
De
20/12/2001 17:56:26
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
 
À
20/12/2001 17:38:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00597061
Message ID:
00597073
Vues:
19
This message has been marked as a message which has helped to the initial question of the thread.
>Hi, could anybody tell me What a "structure extended" means in
>COPY TO (variable) STRUCTURE EXTENDED
>Thank UUU!!!

The file whose name you put in (variable) will have one record per field of the original table, and in each record you will have the name, type, length, number of decimal places plus other things you generally get in the array created with aFields(). You can use this sort of table to create a new table with the structure defined in it.

This is actually a xBase way of defining the structure of a table programmatically, so you have to have this (definition-holding) table to create a table from it. Since the times this was invented (12? 13? how many years ago) we were treated with Create Table, Create Cursor and GenDbc stuff. This Structure Extended table is actually an overhead we can do without - there are easier ways to accomplish the same thing: to create a table with a pre-defined structure.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform