View deleted rows

  • Is there a way to view or list rows of only deleted records.

    I am programming in asp and I see that (according to microsoft) by using

    recordset.properties("Remove Deleted Rows")=false

    I should be able to include the deleted rows.

    Has anyone had any experience with this?

     

  • I may be wrong, but it appears that's a command to set a value to false so that when data is deleted it's not removed from the database. You would probably have to run that before deleting any records.

    -SQLBill

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply