Changes the values of a record in the current recordset. The record to change is determined by the specified index number.
[Visual Basic]
Overloads Public Function UpdateRecordByIndex( _
ByVal record As IDictionary, _
ByVal index As Integer _
) As Boolean
This method returns True if the Host Integrator server is able to perform the record update, or False otherwise.
Changes the values of a record in the current recordset. The record to change is determined by the specified index number.
Exception Type | Condition |
---|---|
HostIntegratorConnectorException | Thrown if client is not connected |
HostIntegratorException | Thrown if the connection is for metadata only |
HostIntegratorModelDefException | Thrown if a reference is made to a nonexistent field |
HostIntegratorTerminalException | Thrown if there is an execution error |
HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace | HostIntegratorSession.UpdateRecordByIndex Overload List