Results 1 to 3 of 3

Thread: Why is ADO much slower than The intrinsic Datacontrol that comes with VB

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2003
    Posts
    1

    Why is ADO much slower than The intrinsic Datacontrol that comes with VB

    I have a Flat Table with 50000 + (Part Codes) and am using Component Ones' TruegridPro to display them

    Whilst using the Intrinsic Data Control that ships with VB - this grid loads these records almost instant

    However when I use the ADO Data control - it takes about 20 seconds to load

    Has Microsoft gone backwards in their approach or is it just me?(I'm sure it's me!)

    Can anybody offer suggestions

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    C1's probably implemented a real fast method to perform the loading of the data. I think it really depends upon the cursor location, cursor type, lock type, connection type, etc. that you use.

  3. #3
    Hyperactive Member sw_is_great's Avatar
    Join Date
    Nov 2003
    Posts
    330
    it also depends on the table from which u r selecting...
    whether u have proper index created on it or not ....
    Regards

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