G
Guest
You can use the GetRows() method to populate a two-dimensional array with the
contents of a recordset. What I need to do now is the same thing in the
opposite direction.
I know I can loop through the array and do Recordset.AddNew() for each record,
but I'm a little worried about the performance of such a routine, and was
wondering if anyone knows of a function similar to GetRows() (something like
ReceiveRows() for instance?) which'll do the job for me?
Pl tell me how this can be done.
contents of a recordset. What I need to do now is the same thing in the
opposite direction.
I know I can loop through the array and do Recordset.AddNew() for each record,
but I'm a little worried about the performance of such a routine, and was
wondering if anyone knows of a function similar to GetRows() (something like
ReceiveRows() for instance?) which'll do the job for me?
Pl tell me how this can be done.