Forum Post: RE: EMPTY TEMP-TABLE

  • Thread starter Thread starter agent_008_nl
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top