ArcFM Responder Mobile Developer Guide
CreateReadRS Method (PxLoginClass)






Syntax
'Declaration
 
Public Overridable Function CreateReadRS( _
   ByVal sSQL As System.String, _
   ByVal pConn As ADODB.Connection _
) As ADODB.Recordset
'Usage
 
Dim instance As PxLoginClass
Dim sSQL As System.String
Dim pConn As ADODB.Connection
Dim value As ADODB.Recordset
 
value = instance.CreateReadRS(sSQL, pConn)
public virtual ADODB.Recordset CreateReadRS( 
   System.string sSQL,
   ADODB.Connection pConn
)
public function CreateReadRS( 
    sSQL: System.String;
    pConn: ADODB.Connection
): ADODB.Recordset; virtual; 
public function CreateReadRS( 
   sSQL : System.String,
   pConn : ADODB.Connection
) : ADODB.Recordset;
public: virtual ADODB.Recordset* CreateReadRS( 
   System.string* sSQL,
   ADODB.Connection* pConn
) 
public:
virtual ADODB.Recordset^ CreateReadRS( 
   System.String^ sSQL,
   ADODB.Connection^ pConn
) 

Parameters

sSQL
pConn
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PxLoginClass Class
PxLoginClass Members

Send Feedback