Erik Janssens wrote: > you could just access sql through python instead of through qt, > NULL would then correspond to None
Thanks. Yes, it is possible to use for example the sqlite3 module, but there are facilities related to the GUI, available when using Qt: QSqlTableModel, QSqlRelationTableModel, etc. This is why I use Qt rather than sqlite3. Cheers, Julien _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
