Application Development and Automation 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: 
Read only

DELETE FROM DATABASE + restored again?

Former Member
0 Likes
479

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
Read only

Former Member
0 Likes
457

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.

Read only

Former Member
0 Likes
457

Hi,

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

Thanks,

Sriram Ponna.

Read only

Former Member
0 Likes
457

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