Użytkownik Sibylle Koczian napisał: > Of course the foreign keys constraint fails if the application tries to > insert a record with catid=0. But why does it try to do this? > > With the original structure of the reccat table (autoincrement primary > key id, foreign keys recid, catid) and the corresponding changes in > BizCategoriesForRecipe everything works as expected. So the composite > primary key really seems to be the culprit. >
Hi. As I said, Dabo doesn't allow nor support composite keys currently. I posted small commit that should fix this issue, but you still need to have modified other methods too. Currently I have no free time to commit remaining updates, because I use separate classes, not the Dabo native and I must test Dabo modifications carefully before doing so. -- Regards Jacek Kałucki _______________________________________________ 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]
