Applies To Application object.
Description
You can use the DBEngine property in Visual Basic to access the current DBEngine object and its related properties.
Setting
The DBEngine property is set by Microsoft Access and is read-only in all views.
Remarks The DBEngine property of the Application object represents the Microsoft Jet database engine. The DBEngine object is the top-level object in the Data Access Objects model and it contains and controls all other objects in the hierarchy of Data Access Objects.See Also Application property, DBEngine object ("DAO Language Reference").
Example See the Application property example.