The following Visual FoxPro commands transfer data from an array to a table:
GATHER, APPEND FROM ARRAY, and INSERT - SQL differ in the following respects:
Note APPEND FROM ARRAY or INSERT - SQL performs faster than APPEND BLANK followed by REPLACE, especially on a network.