|
Home
FAQs
News
Request Form
Post Resume
Web Request
Job World
Comments
Quote of the
day:
If someone betrays you once, it is his
fault;
If he betrays you twice, it is your fault.
|
What is DAO?
DAO is Data Access Object, provide a way to control a database from any
application that supports Visual Basic for Applications, including
Microsoft Access, Microsoft Excel, and Microsoft Visual Basic. The
following table summarizes the DAO objects:
| Object |
Description |
| Connection |
Network
connection to an Open Database Connectivity (ODBC) database |
| Container |
Security
information for various types of objects in the database |
| Database |
Open
database |
| DBEngine |
The
top-level object in the DAO object hierarchy |
| Document |
Security
information for individual objects in the database |
| Error |
Data
access error information |
| Field |
Field
in a TableDef, QueryDef, Recordset, Index,
or Relation object |
| Group |
Group
account in the current workgroup |
| Index |
Table
index |
| Parameter |
Query
parameter |
| Property |
Property
of an object |
| QueryDef |
Saved
query definition in a database |
| Recordset |
Set
of records defined by a table or query |
| Relation |
Relationship
between two table or query fields |
| TableDef |
Saved
table definition in a database |
| User |
User
account in the current workgroup |
| Workspace |
Active
DAO session |
Back to Top
|