Live Chat Software by Kayako |
Knowledgebase: Opera Backup Office Interface
Duplicate records deletion from Opera BO
Posted by Syed Qutubuddin, Last modified by z-Ahmed Kaize on 06 August 2019 03:54 PM
|
|
Go to Opera--> Utilities Opera SQL SELECT * FROM BOF$INT_SETUP WHERE BOF_TRX_CODE='xxxx'
Then DELETE command as follows: DELETE BOF_TRX_CODE ='xxxx' where BOF_SETUP_ID='yyyy' after COMMITT successful use the first SELECT query to see if duplicae exists or not.
example : DELETE BOF_TRX_CODE ='xxxx' where BOF_SETUP_ID='yyyy'
| |
|