Ok. Here's what I found: The bizobj is setting title_id to 0 (zero) even though there is no default value set! This is purely arbitrary (unless Dabo demands it), since SQLite actually defaults integer columns to NULL.
I don't think the bizobj should mess with DB NULLs if there are no default values set. On the other hand, NULL is also not in the DropdownList of Keys, so I suppose it would also raise an exception. So the bizobj shouldn't do it unless the framework requires it. The general solution is setting a default value in the bizobj (that is of course in the Keys list of the dropdownList). Txs for the help, Miguel _______________________________________________ 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]
