|
-
Dec 9th, 2003, 05:03 AM
#1
Thread Starter
New Member
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
-
Dec 9th, 2003, 05:47 AM
#2
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.
-
Dec 9th, 2003, 08:37 AM
#3
Hyperactive Member
it also depends on the table from which u r selecting...
whether u have proper index created on it or not ....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|