Dieter Maurer wrote: > No. But, there must be no error (exception) after the object is > created. Otherwise, the transaction is aborted and all of its effects > wiped out. > That was it. I was testing with raise 'Debug', myValue after the object was created, so the transaction was never commited. Now it works. Thanks for the valuable input. --Borislav