If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > Data Retrival Speed

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-02-04, 02:59
dbtechzala dbtechzala is offline
Registered User
 
Join Date: May 2004
Posts: 16
Data Retrival Speed

Hi friends,
I m using vb6 and access 2000 for my app.
my database table has around 90,000 reocords with size of 114MB FILE size.
Which database connection should i used for getting result using like operator. Should i used ado , rdo or dao ?
I also want to enforce database security for my file.
Reply With Quote
  #2 (permalink)  
Old 07-03-04, 11:19
SCIROCCO SCIROCCO is offline
Registered User
 
Join Date: Mar 2004
Location: www.scirocco.ca
Posts: 346
You can get the results with all three, however if you are connecting to an Access Database (i.e. JET Engine) your fastest connection will be by using DAO.
__________________
http://www.scirocco.ca/images/banner...occobanner.gif

Download for FREE the ADO/DAO Data Controls that makes life EASIER developing database applications in: VB, FoxPro, Access, VC++, .NET etc... Navigate, Add New, Delete, Update, Search, Undo and Save your changes. Supports Disconnected Recordsets and Transactions!

Or try our Ask An Expert service to answer any of your questions!
Reply With Quote
  #3 (permalink)  
Old 07-07-04, 16:24
AceOmega AceOmega is offline
Registered User
 
Join Date: Apr 2004
Location: Arizona
Posts: 49
Prepare

Are you preparing your tables before openning them? You may want to try to set the prepare to true before openning. Remember you will need to update your statistics unless your database system does it automatically. The other things you can do is avoid using * in your select. Specifiy the fields you want to use. One last thing is how is your Connection doing its reads. You may want to set it to Dirty Read. I hope this helps.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On