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 |
Which property of textbox cannot be changed at runtime ?
What is constructors and distructors.
How do you clear the current selected item from a drop down combo box?
what are the Differences between Class Module and Standard Module?
What is the use of Tabledef?
How would you create Visual basic Document file?
How do you change the icon and otherwise manipulate the DOS box?
How do I do Peek and Poke and other low-level stuff?
How to use advanced data-bound controls.
How would you attach an ActiveX control in Your Application?
what is the meaning of cts company logo?..
what is the Benefit of wrapping database calls into MTS transactions?