K
Ken Ward
Guest
Or what about DO TRANSACTION: CREATE x IF-MISSING WHERE [where- clause]. /* if the query fails, it creates a new record, if the query succeeds, then the x buffer is set to that record. */ ASSIGN x.field1 = value1 .... END. /* transaction */
Continue reading...
Continue reading...