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
Can we do database operations without using any of the ado.net objects?
What is difference in record set and dataset?
What are the essential features of ado.net?
What is ado and dao?
What is an example of ordinal data?
What is data relation?
How to store data in memory?
What is ole access?
What are the major challenges in accessing data from a database?
What is sql command in ado net?
What is execute scalar in ado.net?
Which keyword is used to accept variable number of parameters?
What is oledb connection?
Can datareader hold data from multiple tables?
Which is the best method to get two values from the database?