[PyQt] persistent database connection

2009-09-08 Thread Anil Kumar
Hi,I am populating my table view using a QSqlRelationalTableModel, It all works well and the application is working- Untill someone leaves it open overnight and tries to view/update data next morning. The tabe view does not show anything, can't add/delete/update ,no error messages are produced. I s

[PyQt] persistent database connection

2009-09-07 Thread Anil
Hi, I am populating my table view using a QSqlRelationalTableModel, It all works well and the application is working- Untill someone leaves it open overnight and tries to view/update data next morning. The tabe view does not show anything, can't add/delete/update ,no error messages are produced.