CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    388

    extra time in opening a recordset

    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?


  2. #2
    Join Date
    May 1999
    Posts
    96

    Re: extra time in opening a recordset

    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.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured