ArcFM Desktop Developer Guide
CreateEditRS Method (IMMPxLogin2)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

SQL query as string
_Connection
Method to create a recordset for editing. Requires an SQL query (as string) and a connection (as Connection) as input parameters. Returns the recordset.
Syntax
'Declaration
 
Function CreateEditRS( _
   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.CreateEditRS(sSQL, pConn)
ADODB.Recordset CreateEditRS( 
   string sSQL,
   ADODB.Connection pConn
)

Parameters

sSQL
SQL query as string
pConn
_Connection

Return Value

_Recordset
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