Hi,
I am using ADO Recordset in VB
My Problem is that whenever is am using Open Method like
Myrs.open "Select * from Ledger",,adopendynamic,adlockoptimistic
it is opening slowly when there are more records in Ledger table and it is faster when there are less records.
e.g
if there are 2500 records it takes 1.4 seconds
if there are 50 records it takes .14 seconds
It there are any solution to this pls kindly let me notified.
I am using ADO Recordset in VB
My Problem is that whenever is am using Open Method like
Myrs.open "Select * from Ledger",,adopendynamic,adlockoptimistic
it is opening slowly when there are more records in Ledger table and it is faster when there are less records.
e.g
if there are 2500 records it takes 1.4 seconds
if there are 50 records it takes .14 seconds
It there are any solution to this pls kindly let me notified.