openIdbConnection(Int32, String) Method

opens a database connection
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)

Syntax

public static bool openIdbConnection(
	int env,
	string database
	)

Parameters

env
Type: Int32
number of the environment as given in the settings
database
Type: String
database to replace database selection parameter in connection string of environment

Returns

Boolean
True on success