AM LOPEZ
Jul 21st, 1999, 05:22 AM
Hi vb-world:
I have a question, I'm using the DAO data control connected with a Microsoft Access database and the behavior it's very acceptable when I make an SQL query, it takes almost 1 second to show me the records, the database it's in a server. I made a test using an ADO and RDO data control and when I make the same SQL query it takes almost 18 seconds to show the records with the same database, the number of records are 2900, I’m using a connection without DSN.
How can I improve the speed to show the records? I don’t believe that the ADO and RDO components designed for remote data they are very slow to show records with a simple SQL query.
Thanks in advance....
Angel Maldonado López.
------------------
I have a question, I'm using the DAO data control connected with a Microsoft Access database and the behavior it's very acceptable when I make an SQL query, it takes almost 1 second to show me the records, the database it's in a server. I made a test using an ADO and RDO data control and when I make the same SQL query it takes almost 18 seconds to show the records with the same database, the number of records are 2900, I’m using a connection without DSN.
How can I improve the speed to show the records? I don’t believe that the ADO and RDO components designed for remote data they are very slow to show records with a simple SQL query.
Thanks in advance....
Angel Maldonado López.
------------------