A
agent_008_nl
Guest
What's your exact problem, can't you use EMPTY TEMP-TABLE ttCustomer? Maybe you can use the method? EMPTY-TEMP-TABLE( ) method Deletes all records from a temp-table associated with a buffer object. When you empty a temp-table that is defined as UNDO within a transaction, the ABL Virtual Machine (AVM) deletes the records individually. This is less efficient than emptying the temp-table outside the transaction, where the AVM deletes all records in the temp-table as a unit. Return type: LOGICAL Applies to: Buffer object handle
Continue reading...
Continue reading...