Hello List, Regarding M-M relationship, I was looking for the docs. e.g in the method "createAssociation(self, mmOtherTable, mmOtherPKCol, assocTable, assocPKColThis, assocPKColOther):", I could not understand which argument refers to which table & column in M:M relationship). Pl. consider the tables as under---
Parent Table 1 ~~ 'model' : table contains info about car-models fields : (mdlid, mdlcode, mdlname) Parent Table 2 ~~ 'extwarr' : table contains warranty definitions. fields : (extwrid, extwrcode, extwrname) Intermediate Table ~~ 'mdlwar' : fields : (mdlwrid, mdlid, extwrid) Which of the fields in the above tables are referred to by the following arguments- mmOtherTable, mmOtherPKCol, assocTable, assocPKColThis, assocPKColOther If possible, can somebody pl. show in brief dabo code, how the M:M relationship is defined between the 3 BizObjs (in this case -- modelBizObj, extwarBizObj, mdlwarBizObj) I thinks it is a good idea to include a short sample code-lines in 'createBizObj' method to create inline docs. Thanks, Vineet. --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
