Click or drag to resize
UserDBConnectionKind Enumeration
Defines the type of connection string to the User Database.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public enum UserDBConnectionKind
Members
  Member nameValueDescription
ICUDB_OCN_MDBFILEPATH0 .MDB file name and path.
ICUDB_OCN_GENERICOLEDB1 Generic OLE DB connection string.
Remarks
This enumeration overrides ICUDB_OPEN_CONN defined in BlueCieloECM.ICUserDB PIA.
See Also