The business layer must be initialised before a database is opened.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| appPath | String | Optional | The main application path or the path that holds the .is database, help file and system.mdw workgroup used for the Jet4 database provider. | |
| defaultUserPassword | String | Optional | The default UserId\Password to use when opening a database. | |
| properties | ISKeyValueList | Optional | A Key/Value list of properties which may be used by the inheriting class. If omitted, a value of Nothing is assumed. | |
| allowIntegratedSecurity | Boolean | Optional | Indicates whether to allow Integrated Security. If omitted, a value of False is assumed. | |
| allowQuickLogin | Boolean | Optional | <para> Indicates whether to allow Quick Login functionality </para> <para> For Web Applications that wish to change the Current User regularly rather than assume a single User for all operations, this allows global collections, permissions and other settings to be cached thereby increasing performance. </para> If omitted, a value of False is assumed. |
A Boolean value indicating success.