Enuz w.T.cHiN wrote:
>Can someone tell me. >Does DB (SQL) or MDB(Access) have a 'Record Deleted Mark' like DBF which can >be 'Recall' at any time? > >I'm very happy that VFP have it which save a lot of time for me to >troubleshoot & prove to user that record was been deleted by them. :)) >Now I'm learning C# for my Web Application which will apply DB or MDB as my >primary database. > >Thank for any input. > > No, they don't. A common workaround is to create your own deleted column and never actually delete the records but just update the field. Some people even use a datedeleted column.
-- It's all relative
Eugene Vital EGN-Tech www.egntech.com
©2005 Eugene Vital |