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

___ argument can be used to make a menuitem into bold.

0 Answers  


what are the types of Recordsets?

1 Answers   Wipro,


What are the new events in textbox that has been included in VB6.0

1 Answers  


what is differece b/w Module and class Modules in vb6? thanks

4 Answers   Ask Techsys, TCS,


What is hyperlink?

0 Answers  






What is the difference between creating a object using New and CreateObject in Visual Basic?

1 Answers  


What is the use of NEW Keyword? Explain.

0 Answers  


What is a toolbox in visual basic?

0 Answers  


What is instantiating?

0 Answers  


To set the command button for ESC, Which property needs to be changed?

1 Answers  


What is Centralization Error Handling?

1 Answers  


What do you mean by ADO?

1 Answers  


Categories