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

Problem deleting DBtab

Former Member
0 Likes
327

Hi everybody.

I have a problem deleting files in a DataBase Table.

I have doing a backUp of data of Cluster Views table's.

For Example.

View1 use tables Z_VIEW1 and Z_VIEW1t.

and i want to delete all the info in both tables (i do DELETE Z_VIEW......)

But it doesn't delete nothing. My table still full.

Don't know if working with Cluster Views will be posible to drop rows of the tables or what.

Any idea.

Thanks

2 REPLIES 2
Read only

Former Member
0 Likes
298

hi Miguel,

Make sure that table is not used in your programs etc .. by clicking where-used-list button on the applicattion toolbar ..

Regards,

Santosh

Read only

Former Member
0 Likes
298

Try to use the commit work after the deletion in the program.