Hi,

I will try to explain the problem with the following scenario:

Suppose we have two tables A and B, table B has a Foreign key column from A
and we applied QSqlRelation to that column, now we insert/update a row in
table A.
The problem is that the QSqlRelation still see the old A table, how can i
update the relation.?

Appreciate any kind of help.



--
View this message in context: 
http://python.6.n6.nabble.com/How-can-i-update-QSqlRelationalTableModel-tp4984662.html
Sent from the PyQt mailing list archive at Nabble.com.
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to