Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

DELETE FROM DATABASE + restored again?

Former Member
0 Kudos
101

there is a statement

DELETE FROM DATABASE <dbtab> (<ar>) [CLIENT <cli>]

ID <key> .

Suppose I have mistakenly deleted from the database

can it be

3 REPLIES 3

Former Member
0 Kudos
79

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.

Former Member
0 Kudos
79

Hi,

Delete the data from the database is ok, but recovering the deleted data is not possible.

Thanks,

Sriram Ponna.

Former Member
0 Kudos
79

once u have deleted u cannot recover back ............