Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Array into table
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00710404
Message ID:
00710418
Vues:
15
>How can I write in a field of a table the content of an array of approximately 2000 elements?

Convert the array content to a file, and append the file into a memo field would be one course of action. You could also use a memo field to save a copy of the array variable directly, using SAVE TO MEMO to move the array into the memo, and then RESTORE FROM MEMO to restore the array to memory when you need the array; you can't operate directly on the array within the memo field, though. If you need to operate against the array content, you'd be better moving each element into a child table record with a pointer to the parent record.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform