CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Guest

    ADO -- multiple recordset

    Is it considered wasteful/inefficient to have several recordsets open at once?
    I'm using ADO and only have one connection.


  2. #2
    Join Date
    Apr 1999
    Location
    Rotterdam, Netherlands
    Posts
    278

    Re: ADO -- multiple recordset

    Hi
    I don't know about memory stuff but since it's one of the features of ADO I don't think it's inefficient... It can be very handy :-)
    Crazy D :-)


  3. #3
    Guest

    Re: ADO -- multiple recordset

    Thanks for the help!


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