Forum Post: RE: OOABL and cleaning up handles

  • Thread starter Thread starter Jeff Ledbetter
  • Start date Start date
Status
Not open for further replies.
J

Jeff Ledbetter

Guest
Since I wrote the called code, I will comment. :) The code is not "legacy code"; it is the server API layer for our plug-in client. The procedure is this particular layer is returning a TABLE-HANDLE (not an HANDLE) and cannot return an encapsulated ABL object because it is coming across the appserver whose principal receiver is a java client. The TABLE-HANDLE parameter translates into a resultSet when invoked via java via the proxy-generated classes. So as one can see, it's not always black and white. Sometimes you gotta build for the gray areas as well. Anyhow, yes Thomas you should always do a DELETE OBJECT for TABLE-HANDLE parameters.

Continue reading...
 
Status
Not open for further replies.
Back
Top