2007 Dec 24 10:06 AM
there is a statement
DELETE FROM DATABASE <dbtab> (<ar>) [CLIENT <cli>]
ID <key> .
Suppose I have mistakenly deleted from the database
can it be
2007 Dec 24 10:10 AM
Hi,
there is a syntax like DELETE FROM DATABASE as you mentioned.
But never ever use that to delete a record in DATABASE TABLE as you cannot recover that data.
hope this helps.
2007 Dec 24 10:13 AM
Hi,
Delete the data from the database is ok, but recovering the deleted data is not possible.
Thanks,
Sriram Ponna.
2007 Dec 24 11:14 AM