How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?



How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?..

Answer / Sudhir Kumar Keshari

ADO (ActiveX Data Objects) is a programming interface that allows you to access and manipulate data stored in various data sources, such as databases or XML files. It was introduced by Microsoft for use with COM-based applications and relies on the OLE DB technology. RDO (Remote Data Objects), on the other hand, is an extension of ADO that provides a more object-oriented approach to working with data, allowing you to work directly with database tables as if they were in-memory objects.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

How to pass multiple tables in datasets simultaneously?

1 Answers  


What is the difference between OLEDB Provider and SqlClient?

1 Answers  


WHAT IS DIFF B/W VIEWS AND STORED PROCEDURE

2 Answers  


What is difference between executequery and executeupdate?

1 Answers  


What are the differences between RAW, AUTO and Explicit modes in retrieving data from SQL Server in XML format?

1 Answers   TCS,


What is the use of command objects?

2 Answers  


what is clustered index?why is it created?

4 Answers   Microsoft, Wipro,


What is oledb driver?

1 Answers  


Define Execute Reader?

1 Answers  


When we are running the Application, if any errors occur in the Stored Procedure then how will the server identify the errors?

5 Answers   HCL,


How to create dynamic gridview?

1 Answers   MCN Solutions,


what is bubbled event can u pls explain

3 Answers   Wipro,


Categories