OmniBase #odbOneWayBecome:

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

OmniBase #odbOneWayBecome:

Esteban A. Maringolo-3
Hi,

There is some way of becoming an object into another at repository
(file) level?

Best regards,

--
Esteban.


Reply | Threaded
Open this post in threaded view
|

Re: OmniBase #odbOneWayBecome:

Bruno Brasesco
Esteban,

You have to walk over all objects in repository and change the reference
with the new object.

It can take a lot of time, depending on the numbers of objects in the
repository.

This is because the ODBReference is serialized inside a cluster.
You have to read all clusters and change the reference to the new
object, then markDirty.

May be David has another answer...

Regards Bruno