My problem is with rowset.I want to keep information about rows which
are inserted,updated and deleted in the rowset.After performing these
operaions,i check each row with rowDeleted,rowInserted,rowUpdated.
I got the status of inserted and updated rows,but deleted rows are
not displayed in the rowSet before calling applyChanges,so I couldn't
find the status of deleted row??
How can I find the status of deleted rows in RowSet???