Question Martin Karas · Oct 1, 2019 NoExtent and object references Hello, lets have two abstract %Persistent classes A,B with NoExtent keyword (storing data in separate globals for each subclass). Class A Extends %Persistent [Abstract, NoExtent] { } Class B Extends %Persistent [Abstract, NoExtent] { Property Aref As A; } Let B class reference the A class. Since the A class has no extent the reference wont work in subclasses. It wont be even usable in SQL. Is it possible to solve this problem? Whats the recommended way to deal with references/relationships using NoExtent? #Caché 0 6 0 270
Question Martin Karas · Dec 2, 2017 Cache Synchronization of databases Hello everyone,i want an automatic unidirectional syncronization of multiple databases (some tables from .dat file, not the whole .dat file) . #Databases #Mirroring #Caché 0 7 1 844