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

Database Table

0 Likes
1,014

If an entry deleted from a database table, It should be moved to another database table.
How to achieve this?

4 REPLIES 4
Read only

former_member593648
Active Participant
0 Likes
873

I guess by using 'delete dbtab1' and 'insert dbtab2' in your program

Read only

873

Preferably after reading the row from dbtab1.......

Read only

0 Likes
873

can you give me example code?

Read only

873

Wow. Still not got the answer after nearly two months. What have you been doing in the meantime?

Anyway he gave you the code: 'delete dbtab1' and 'insert dbtab2'