Results 1 to 2 of 2

Thread: Open the recordset

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2000
    Location
    Posts
    8

    Question

    Hi
    The OPEN statement on recordset for the larger tables is quite slow.
    My application builds a tree (like the treeview example in VB6 samples),
    and needs to open the recordset many times.(actually everytime any tree node is clicked).
    Is there any way to improve the speed? sample codes are welcomed.
    thanks
    Rezania
    Rezania

  2. #2
    Fanatic Member gwdash's Avatar
    Join Date
    Aug 2000
    Location
    Minnesota
    Posts
    666
    Load the entire thing into several arrays or collections, then, load the treeview from the array. That might improve speed!
    GWDASH
    [b]VB6, Perl, ASP, HTML, JavaScript, VBScript, SQL, C, C++, Linux , Java, PHP, MySQL, XML[b]

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