Initializing CdbDBEngine

The CdbDBEngine class initializes the DAO DBEngine object. This is different from Microsoft Visual Basic. There are two constructors, as follows:

Each private engine is a new instance of DAO. A shared engine is common across all instances, enabling them to share open workspaces, databases, recordsets, and so on.

If you don't start the engine on construction, there is a Start method that starts it.

Before invoking the Start method, you can override the default Registry key by setting the IniPath property and override the default workgroup information file by setting the SystemDB property.