Value | Constant |
---|---|
An operation added a new record. | POW-ADODB-ADRSNADDNEW |
An operation deleted a record. | POW-ADODB-ADRSNDELETE |
An operation closed the ADO recordset object. | POW-ADODB-ADRSNCLOSE |
An operation made the first change to a record. | POW-ADODB-ADRSNFIRSTCHANGE |
An operation moved the record pointer within the ADO recordset object. | POW-ADODB-ADRSNMOVE |
An operation moved the record pointer to the first record in the ADO recordset object. | POW-ADODB-ADRSNMOVEFIRST |
An operation moved the record pointer to the last record in the ADO recordset object. | POW-ADODB-ADRSNMOVELAST |
An operation moved the record pointer to the next record in the ADO recordset object. | POW-ADODB-ADRSNMOVENEXT |
An operation moved the record pointer to the previous record in the ADO recordset object. | POW-ADODB-ADRSNMOVEPREVIOUS |
An operation required the ADO recordset object. | POW-ADODB-ADRSNREQUERY |
An operation resynchronized the ADO recordset object with the database. | POW-ADODB-ADRSNRESYNCH |
An operation reversed the addition of a new record. | POW-ADODB-ADRSNUNDOADDNEW |
An operation reversed the deletion of a record. | POW-ADODB-ADRSNUNDODELETE |
An operation reversed the update of a record. | POW-ADODB-ADRSNUNDOUPDATE |
An operation updated an existing record. | POW-ADODB-ADRSNUPDATE |