Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Storing an array into a table.
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00258543
Message ID:
00258656
Views:
11
>>Need to know how to store an array into a table.
>
>CREATE TABLE x FROM ARRAY lax
This will create an empty table from an array like the array that would be created using the afields() function. I think the questioner may have been referring to a more generic array. In that case, a table whose structure mirrors that of the array can be filled with APPEND FROM ARRAY arrayname. Memo and general fields can't be appended in this way.
Previous
Reply
Map
View

Click here to load this message in the networking platform