What is the diff between RDO and ADO?

Answers were Sorted based on User's Feedback



What is the diff between RDO and ADO?..

Answer / guest

RDO is Hierarchy model where as ADO is Object model. ADO
can access data from both flat files as well as the data
bases. I.e., It is encapsulation of DAO, RDO , OLE that is
why we call it as OLE-DB Technology.

Is This Answer Correct ?    32 Yes 5 No

What is the diff between RDO and ADO?..

Answer / nitin

rdo needs a sql code to access the data, so user needs the information about sql coding ; ado user, no need to get the information of sql

Is This Answer Correct ?    9 Yes 1 No

What is the diff between RDO and ADO?..

Answer / vengatraman

RDO ->> does not Depend on Jet Engine....
->>it uses a thin layer over the ODBC and Device manager
Establishes the Connection

Is This Answer Correct ?    13 Yes 10 No

Post New Answer

More Visual Basic Interview Questions

Which method is used to write context Into file?

0 Answers  


How the image application?

0 Answers  


What is the difference between a property a method and an event? Give an example of each.

18 Answers   Microsoft,


I get a "file not found" error on the IIF function when I distribute by program. Why?

0 Answers  


What is the use of Imagelist Controls

1 Answers  






Why do I get "object not an array" when I try reference the fields of a global object variable which I have set to a table?

0 Answers  


What is the use of command Object?

3 Answers   Arigo Infotech, Microsoft,


How to trap Data Base Error?

1 Answers  


VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?

0 Answers  


___ is a property to resize a label control according to your caption.

0 Answers  


what is the Code for DSN Less Connection?

1 Answers  


Explain the "cursortype" and "Locktype" in VB?

1 Answers  


Categories