ActiveX Data Objects: Difference between revisions

Content deleted Content added
mNo edit summary
m da:
Line 1:
[[da:ADO]]
Microsoft '''ADO''' (ActiveX Data Objects) is an [[COM]] object for accessing data sources. It provides a layer between programming languages and databases, which allows a developer to write programs which access data, without knowing how the database is implemented. No knowledge of [[SQL]] is required to access a database when using ADO, although one can use ADO to execute arbitrary SQL commands. The disadvantage of this is that this introduces a dependency upon the database.
 
Line 41 ⟶ 42:
set myrecordset = nothing
set myconnection = nothing