|
-
October 2nd, 1999, 02:41 AM
#1
Speed
Hi, I'm using ADODC and RDODC to bind my tables with a database, but it's taking a lot of time to open the desired records, why is it so? Are there better alternatives? Thanks in advance.
Lynn
-
October 6th, 1999, 03:25 PM
#2
Re: Speed
Try using the Objects (References) rather than the Controls. The Controls are designed to give you a nice black box which is easy to use, but in so doing there is alot of background activity and references you don't neccessarily need, but slow you down.
Using the RDO Objects you can also specify the Type of Cursors to create, setting this to rdNoCursors creates lightening fast Read Only Resultsets.
Aaron Young
Analyst Programmer
[email protected]
[email protected]
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
|