Gets the object that represents an ADODB connection.

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public Object DBConnection { get; }
Visual Basic
Public ReadOnly Property DBConnection As Object
	Get
Visual C++
public:
property Object^ DBConnection {
	Object^ get ();
}

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