ActiveX Data Object
Microsoft interface that provides a fast and universal method for accessing different types of databases (Computers) | ||||
Search Dictionary:
ActiveX Data Objects definition was found in categories: Computer & Internet(2) Encyclopedia(1)
ActiveX Data Objects Definition from Computer & Internet Dictionaries & Glossaries
| FOLDOC |
ActiveX Data Objects
<database, Microsoft, programming> (ADO) Microsoft's library for accessing data sources through OLE DB. Typically it is used to query or modify data stored in a relational database.
Home.
(2003-07-08)
<database, Microsoft, programming> (ADO) Microsoft's library for accessing data sources through OLE DB. Typically it is used to query or modify data stored in a relational database.
Home.
(2003-07-08)
| DW and OLAP terms |
ActiveX Data Objects
An easy-to-use application programming interface (API) that wraps OLE DB for use in languages such as Visual Basic, Visual Basic for Applications, Active Server Pages, and Microsoft Internet Explorer Visual Basic Scripting.
An easy-to-use application programming interface (API) that wraps OLE DB for use in languages such as Visual Basic, Visual Basic for Applications, Active Server Pages, and Microsoft Internet Explorer Visual Basic Scripting.
ActiveX Data Objects Definition from Encyclopedia Dictionaries & Glossaries
| Wikipedia English - The Free Encyclopedia |
ActiveX Data Objects
Definition
Microsoft ActiveX Data Objects (ADO) is a set of Component Object Model objects for accessing data sources. It provides a layer between programming languages and OLE DB (a means of accessing data stores, whether they be databases or otherwise, in a uniform manner), which allows a developer to write programs which access data, without knowing how the database is implemented. You must be aware of your database for connection only. 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 (i.e. using SQL directly) is that it introduces a dependency upon the type of database used.| See more at Wikipedia.org... |
