BCSQueryDBConnection Property |
Gets the object that represents an ADODB connection.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public Object DBConnection { get; }
Public ReadOnly Property DBConnection As Object
Get
public:
property Object^ DBConnection {
Object^ get ();
}
member DBConnection : Object with get
Property Value
Type:
ObjectRemarks
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