11-05-2009, 05:15 PM
|
#4 (permalink)
|
|
Wizard
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
|
Quote:
Originally Posted by Jmz
I wasn't really thinking of a specific system, I was just wondering what people tend to do in general and why they do it so that I can get a better idea of when I should use each method or if people have a totally different method I haven't thought of.
|
It depends on the type of data you are storing. If you want to keep records of that row, you obviously would not want to delete it. But if upon deletion it will never be needed again, delete it.
|
|
|
|