Search results

  1. N

    what for release statement inside the transaction block?

    Hi Everybody, many times on this forum i've found the construction like this: DEF BUFFER b-cust for customer. FOR EACH customer NO-LOCK: FIND FIRST b-cust EXCLUSIVE-LOCK WHERE ROW-ID(b-cust) = ROW-ID(customer). b-cust.xyz = 'xyz'. RELEASE b-cust. END. /* for...
  2. N

    Retrieve the file list from directiory and subdirectories

    Hello, does Anybody know how to retrieve a list of files from the directiory and all subdirectiories. The list should be comma separated.
Back
Top