ArcFM Desktop Developer Guide
SetHelperConnection Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

_Connection
String
This method sets the ADO database connection to the helper object. If you are creating a custom helper object, this method must be set. If you are getting the helper from IMMPxApplication, the ADO connection information is set automatically and this method is not necessary.
Syntax
'Declaration
 
<TypeLibFuncAttribute(TypeLibFuncFlags.FHidden)>
Sub SetHelperConnection( _
   ByVal pConn As ADODB.Connection, _
   ByVal sSchemaName As String _
) 
'Usage
 
Dim instance As IMMPxHelper
Dim pConn As ADODB.Connection
Dim sSchemaName As String
 
instance.SetHelperConnection(pConn, sSchemaName)
[TypeLibFunc(TypeLibFuncFlags.FHidden)]
void SetHelperConnection( 
   ADODB.Connection pConn,
   string sSchemaName
)

Parameters

pConn
_Connection
sSchemaName
String
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMPxHelper Interface
IMMPxHelper Members

 

 


Send Comment