Click or drag to resize

BCSQueryDBConnection Property

Gets the object that represents an ADODB connection.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public Object DBConnection { get; }

Property Value

Type: Object
Remarks
For Multi-Column Lookup Lists this will be a connection to the internal MS Access Database, for External Lookup Lists it will be a connection as specified by the connection string set in the InnoCielo Configurator. More info: - ADO API Reference http://msdn.microsoft.com/en-us/library/ms678086(VS.85).aspx
See Also