Initialise the business layer.

The business layer must be initialised before a database is opened.

Syntax

ISSupport.Initialise([appPath], [defaultUserPassword], [properties], [allowIntegratedSecurity], [allowQuickLogin])

Parameters

NameTypeOptionalByRefDescription
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.

Return Value

Boolean

A Boolean value indicating success.

Member of:
ISSupport
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0