what is the difference between ADO and RDO in vb

Answers were Sorted based on User's Feedback



what is the difference between ADO and RDO in vb..

Answer / sivamng_2003

The ADO IS purely used for Connected And Disconnected
Architectures like ACcess and MSSQL. Whereas RDO is fully
supports Oracel oriented connectivity.

Is This Answer Correct ?    12 Yes 4 No

what is the difference between ADO and RDO in vb..

Answer / dayananda

In ADO, we can call using common objects.
In RDO, we can call using RDO querry objects.

Is This Answer Correct ?    2 Yes 0 No

what is the difference between ADO and RDO in vb..

Answer / prabhu

The System.Data namespace consists mostly of the classes
that constitute the ADO.NET architecture. The ADO.NET
architecture enables you to build components that
efficiently manage data from multiple data sources. In a
disconnected scenario (such as the Internet), ADO.NET
provides the tools to request, update, and reconcile data
in multiple tier systems. The ADO.NET architecture is also
implemented in client applications, such as Windows Forms,
or HTML pages created by ASP.NET.

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More Visual Basic Interview Questions

Which method is used to write context Into file?

0 Answers  


What are the different types of errors in visual Basic?

8 Answers   ABC,


Explain the types of Views in Listview Control?

0 Answers   Hella,


What is the default workspace?

0 Answers  


Difference between Class Module and Standard Module?

0 Answers  






What is dao in visual basic?

0 Answers  


Can a VB application be an OLE server?

0 Answers  


What is the default model of the form?

0 Answers   Transtech,


What are forms in visual basic?

0 Answers  


Explain OLE Drag and Drop?

0 Answers  


What is hyperlink?

1 Answers  


How to use advanced data-bound controls.

0 Answers  


Categories