GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  Visual Basic
Go To First  |  Previous Question  |  Next Question 
 Visual Basic  |  Question 410 of 453    Print  
what is the difference between dao,rdo and ado
explain simply ?

  
Total Answers and Comments: 4 Last Update: November 24, 2006     Asked by: ajaykumar thakur 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
June 28, 2006 03:26:46   #1  
Ashishtandon.e Member Since: March 2006   Contribution: 14    

RE: what is the difference between dao,rdo and ado

dao is data access object used for accessing data before ado it was used for database installed on same sys where the application resides.

Rdo Remote data object this was used for accessing remote data

Ado Active data object most powerful till date it is nothing but combination of both DAO and RDO


 
Is this answer useful? Yes | No
October 12, 2006 05:38:31   #2  
rashmi        

RE: what is the difference between dao,rdo and ado

DAO - direct access object can be used to access Microsoft Access only not for any other database while ADO can be used for different databases


 
Is this answer useful? Yes | No
October 30, 2006 07:34:33   #3  
Swapna Gentyala Member Since: October 2006   Contribution: 10    

RE: what is the difference between dao,rdo and ado
DAO Data Access Objects are used to access databases like foxpro ISAM s( Indexed Sequential Access Mechanism). They are used earlier. they are used for small applications lilke stand alone.RDO Remore Data Objects are used to access remote databases like Access also. they use ODBC drivers. ADO Active Data Objects are used to access any databases they can even handle large objects. They use OLEDB driver.
 
Is this answer useful? Yes | No
November 24, 2006 07:05:51   #4  
Jon        

RE: what is the difference between dao,rdo and ado
DAO came first and was bundled with Microsoft Access but it can be used to access other databases as well but RDO is a better set of objects for accessing other types of remote databases. Both have been superceded by ADO (or ADODB) which are thread-safe and provide more functionality than the earlier DAO and RDO including disconnected record-sets.
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape