ArcFM Desktop Developer Guide
CreateReadRS Method (PxLoginClass)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Syntax
'Declaration
 
Public Overridable Function CreateReadRS( _
   ByVal sSQL As String, _
   ByVal pConn As ADODB.Connection _
) As ADODB.Recordset
'Usage
 
Dim instance As PxLoginClass
Dim sSQL As String
Dim pConn As ADODB.Connection
Dim value As ADODB.Recordset
 
value = instance.CreateReadRS(sSQL, pConn)
public virtual 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

PxLoginClass Class
PxLoginClass Members

 

 


Send Comment