Hi Folks,

I've just realized that Torque simply doesn't always delete records when I
call something like
        BusinessobjectPeer.doDelete(BOinstance);

What I basically do is 
* create a new record, save it, 
* then reuse the same instance to do some changes (and save them to the DB
of course),
* and afterwards I delete the object (still reusing the same instance).
Is there a problem, reusing the object?
I'm a bit surprised because the update always works and I don't know how to
fix the problem.

Hope someone can help me.

Greetings,
Adrian



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to