
Higher Performance Method
I'm presently using the GetRows method to extract a two
dimensional array from an ADO recordset, and would like to
modify the two dimensional array slightly, and write it
back to a database table. I've experimented with using
the .AddNew and .Update methods but I have not been
satisfied with the performance. Are there any methods out
there that i have overlooked?
Thanks.