Guest_imported
New member
- Jan 1, 1970
- 0
I have a table in an Access 97 Mdb with about 25,000 records, and about 45 fields, a unique key plus about 5 other indexes.
I use DAO Jet 3.51. The MDB is local.
When I create a simple recordset with a select statement to pull in all fields and 25,000 records, using either a snapshot or dynaset, and then using MoveLast, it takes about .02 seconds (using query preformer) to get the data.
I am testing this also with ADODB 2.5 and Jet 4.0 3rd update. I used a connection and a recordset, keyset or static, client cursor, lock optimistic.
It takes 4.2 to 4.8 seconds to do the same.
I ran this test several times and got same results.
I thought ADO was suppose to be better????
WHAT'S GOING ON????
Would an access 2000 mdb make a difference?
Very frustrated.
I use DAO Jet 3.51. The MDB is local.
When I create a simple recordset with a select statement to pull in all fields and 25,000 records, using either a snapshot or dynaset, and then using MoveLast, it takes about .02 seconds (using query preformer) to get the data.
I am testing this also with ADODB 2.5 and Jet 4.0 3rd update. I used a connection and a recordset, keyset or static, client cursor, lock optimistic.
It takes 4.2 to 4.8 seconds to do the same.
I ran this test several times and got same results.
I thought ADO was suppose to be better????
WHAT'S GOING ON????
Would an access 2000 mdb make a difference?
Very frustrated.