Click to See Complete Forum and Search --> : extra time in opening a recordset


Shahzad
May 21st, 1999, 02:02 PM
guys, when i bind a Microsoft Access database to my vc program, it takes quite considerable time (about 2 or 3 seconds) when the recordset is opened for the first time. I don't understand why this much delay occurs? I have P166 machine, is it slow or what is the matter?

suri
May 21st, 1999, 04:45 PM
Just a suggestion. U can use a very intelligent SQL query as per U'r requirement instead of opening the whole table. I guess it would be faster as the whole table would not be used. More so if the table contains large data.