Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: How to keep and restore the deleted records?

    I have had very good success adding these columns to all my tables (all with simple indexes)

    cUserIns Char(24)

    tDtIns DateTime

    cUserUpd Char(24)

    tDtUps DateTime

    cUserDel Char(24)

    tDtDel DateTime

    iDel Int

    default value for iDel is...

Viewing post 1 (of 1 total)