用 RS.RecordStatus 判断。1.dbRecordUnmodified
The record has not been modified or has been updated successfully.2.dbRecordModified
The record has been modified and not updated in the database.3.dbRecordNew
The record has been inserted with the AddNew method, but not yet inserted into the database. 4.dbRecordDeleted
The record has been deleted, but not yet deleted in the database.5.dbRecordDBDeleted
The record has been deleted locally and in the database.