Answer Posted / valerii
Microsoft's ActiveX Data Objects (ADO) comprises a set of Component Object Model (COM) objects for accessing data sources. ADO allows a developer to write programs that access data without knowing how the database is implemented; developers must be aware of the database for connection only. No knowledge of SQL is required to access a database when using ADO. More on https://en.wikipedia.org/wiki/ActiveX_Data_Objects
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What Is Difference Between Ado And Ado.net?
How would you connect to database using .NET?
What is sqlconnection and sqlcommand?
What is Dataset Object?
differance between ADO vs ADO.Net?
What is an example of ordinal data?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
What is ado and dao?
What is row state?
What is the difference between SqlCommand and SqlCommandBuilder?
What are the different methods by which we can populate a dataset?
What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What is ado asp?
How to check if a datareader is closed or opened? IsClosed()
How will you fill the gridview by using datatable object at runtime?