generally, i connect to db with the following statement;
rs.open "query",db,1,3
now i tried (without cursors)
rs.open "query",db
the new one bring a big performance increase.
so i like to ask you if i don't set cursors in connection, what cursors are default?
CursorType = adOpenForwardOnly
LockType = adLockReadOnly
MSDN Reference
What you had were adOpenKeyset and adLockOptimistic.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With