What do you mean by ADO?
Answers were Sorted based on User's Feedback
Answer / sumit mahna
ADO stands for ACTIVE X DATA OBJECTS........It is a oop
interface which enables us to write an application to
access nd manuplate data in a database server through OLEDB
data provider.......(Refered from book Infromatic practice
by Sumita Araora)
Is This Answer Correct ? | 36 Yes | 5 No |
Answer / srikar
ADO MEANS ACTIVEX DATA OBJECT.
IT IS A COLLECTION OF MANAGED PROVIDERS.
IT IS USED TO CONNECT WITH DB.
Is This Answer Correct ? | 11 Yes | 1 No |
Answer / vijay
This is a collection of objects that is used to access the
database using OLEDB. ADO's allow you to access only data
and not hte schema(table definations, column definations
etc).
Is This Answer Correct ? | 14 Yes | 5 No |
Answer / vimlesh kumar
ADO provides consistent access to data sources such as
Microsoft SQL Server, as well as date sources exposed
through OLEDB and XML. Data Sharing consumer applications
can use ADO to connect to these data sources and retrieve,
manipulate and update data.
Is This Answer Correct ? | 5 Yes | 1 No |
what is the Difference between Dynaset and Snapshot?
What is the need of tabindex property is label control.
How does the following statements work? On Error Resume Next
Explain about an event-driven programming language?
Binary Access-method isused to access file in which manner?
Explain about Caturing Baseline.
How to use advanced data-bound controls.
What type of recordsets are available in ADO?
Dim X,Y as Integer Here what is the datatype of X and Y ?
How should dates be implemented so they work with other language and country formats?
How can you save and Get data from Clipboard/ Recordset object consists what?
Difference between Class Module and Standard Module?