ArcFM Engine Developer Guide
CreateReadRS Method (IMMPxLogin2)


Syntax
'Declaration
 
Function CreateReadRS( _
   ByVal sSQL As String, _
   ByVal pConn As ADODB.Connection _
) As ADODB.Recordset
'Usage
 
Dim instance As IMMPxLogin2
Dim sSQL As String
Dim pConn As ADODB.Connection
Dim value As ADODB.Recordset
 
value = instance.CreateReadRS(sSQL, pConn)
ADODB.Recordset CreateReadRS( 
   string sSQL,
   ADODB.Connection pConn
)

Parameters

sSQL
pConn
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

IMMPxLogin2 Interface
IMMPxLogin2 Members

 

 


Send Comment