In Intersystems Caché you can still load any existing objects but you
won't have access to any properties which have been removed from the
class definition (though the data is still there and you can get to it
via direct access to the underlying multi-dimensional db engine) while
new properties simply won't have a value.
Wolf Koelling
On Nov 2, 6:11 pm, romerun wrote:
> Hi,
>
> In OODBMS, class-based OO, suppose I save an object, then later modify
> its class by removing/adding fields. Does it mean I cannot load the
> old object ? How OODBMS handles this ?
>
> Thank you >> Stay informed about: How does it work when a class has been changed ?