|
Hi all,
I want to remove an Object from the Data Base.
I used #removeKey: method from ODBBTreeDictionary, but this do not remove
the
object only removes the key.
What method should i used to remove an Object ?
Ej:
transaction := db newTransaction.
dict := transaction root at:'Banks'.
bank :=dict at:'ABN'.
"Now I want to remove bank object from my data base "
What should I do ?
Best Regards
Bruno Brasesco
|