hlo, can anyone help me.. i want to move my deleted records to another form named archives but i dont know what to do.plzz help

Recommended Answers

All 4 Replies

hi. you can save the deleted files on a different table, then call the data on form archive

or..

add a field in your table that will determine if it is deleted... this is very common technique for now... like to put a status as active or not... got it? if not then tell us

if you are using oracle as database then a simple TRIGGER can do that for you.

I mean instead of delete you will just update the record by making its status as inactive, on that way you can easily activate or deactivate any records.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.