T
Tom Collins
I'm running a SQl Server backend (recently converted from Access).
Because of this I changed the Seek methods to FindFirst.
I have found that if I do a find on one field, it goes pretty quick
(although a little lag is still detected), but if I do a find on two fields,
it takes a few minutes. Both fields are indexed separately and together as
the Primary Key.
I'm using DAO and the recordset is connected directly to the SQL database. I
also tried creating the recordset through the attached table with the same
results.
I could use some solutions and/or ideas. Should I switch to ADO? It wouldn't
be my first choice as I would have to do quite a bit of rewriting.
Thanks
Tom
Because of this I changed the Seek methods to FindFirst.
I have found that if I do a find on one field, it goes pretty quick
(although a little lag is still detected), but if I do a find on two fields,
it takes a few minutes. Both fields are indexed separately and together as
the Primary Key.
I'm using DAO and the recordset is connected directly to the SQL database. I
also tried creating the recordset through the attached table with the same
results.
I could use some solutions and/or ideas. Should I switch to ADO? It wouldn't
be my first choice as I would have to do quite a bit of rewriting.
Thanks
Tom