Hello There,
for performance-enhancement i am unsucsessfully looking for a complement of rs.getRows() to save data from array to a recordset/table without looping through the array, like
for x LBound(myArray,2) to UBound(myArray,2)
rs.addNew
rs!value1 = myArray(0,x)
rs!value2 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.