Hello, I have use to MSM 4.4.0 and new user on Cache 5.0.5.
My problem is about Relationship on SQL Mapping! My data structure: ^A(SID,Entry,Node)=CntCode^Description^Use.." (SID: Usualy value '1') Global description of A = Country ^A(1,1,0)="3^SAMPLE^STRUCTURE" ^A(1,2,0)="4^NEW^RECORD" ^A(1,3,0)="6^LAST^GL" ^B(SID,Entry,Node)="CityCode^CntCode^CityDesc.." CntCode is Pointer (relation with CntCode on first global structure) ^B(1,102,0)="GET^4^SAMPLE" ^B(1,108,0)="ALL^3^CITY" And first global structure (Country) calling then many other global structure (same of City) How to make relation on two and other two global structure? Thanks!
