On 17 April 2013 10:00, Smrutilekha Swain <[email protected]> wrote: > It is a database table which i have created using QTableWidget n it > contains 7 columns. first column is checkbox for selecting the rows den > name, site, latitude, longitude, altitude and date of entry. [...]
In that case, I would look into what facilities PyQt4 offers to access such database tables. I am not familiar with PyQt4. Alternatively, you can use standard Python DB access and run specific SQL, or use a ORM as a higher-level interface. Regards, Gora _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
