jmac13
Member
Hi all,
I'm using handles (open edge 10.2b) in a procedure like this
just so i can point to a record im passing my question is do these handles hang about and need deleting.. I guess it’s good practise to delete them but does open edge get rid of them correctly with the procedure?
I'm using handles (open edge 10.2b) in a procedure like this
Code:
create buffer hanPointerToRealTable for table ipchrCreationTable.
just so i can point to a record im passing my question is do these handles hang about and need deleting.. I guess it’s good practise to delete them but does open edge get rid of them correctly with the procedure?