Which do you find the most efficient? Does it make a difference?
INSERT INTO tablename ([fieldnames]) values (...)"
or
Set rs as adodb.record
rs.open...
rs.addnew
...
...
..
rs.update
rs.close
set rs = nothing
|
Results 1 to 13 of 13
Thread: INSERT versus ADDNEW [RESOLVED]Threaded View
|
Click Here to Expand Forum to Full Width |