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
How to enable and disable connection pooling?
What is ado.net explain with diagram?
What is ado or jdbc?
Explain which name space is used to get assembly details?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?
What provider ado.net use by default? Explain the role of data provider in ado.net?
Define data adapter?
Explain the difference between data reader and data set?
Explain what are the steps to connect to a database?
How to read data with the sqldatareader ?
How can we add relation between tables in a dataset?
What does adodb stand for?
What are the parameters that control most of connection pooling behaviours?
Explain ODP.net
Which is better ole db or odbc?