Hi Paul Thank you for your reply asking for more info about the problem.
Rather than sending you a rather long program, I made a small program that encapsulated the problem. Going through this process enabled me to resolve the problem. One of the fields in the table was defined as INTEGER DEFAULT '', and a record had been added where the field wasn't specified, and so was given a blank rather than null value. SQLite uses manifest rather than static types, and is happy to put a string value in an integer field. Changing the blank entries to NULL entries cured my problem. It would seem that dabo is not happy with this (strange!) manifest typing. Thanks again for you help, and an excellent framework. Dave _______________________________________________ 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/dabo-users/[EMAIL PROTECTED]
