[wxPython-users] Re: Example of Database Interaction

Giuseppe Costanzi g.costanzi at idi.it
Mon Sep 17 14:11:17 PDT 2007


Try here

http://www.python-it.org/node/86

There is an example that uses wx.ListCtrl and SQLite3
with SELECT/INSERT/UPDATE/DELETE.
I hope it's what you are looking for.

Giuseppe
www.python-it.org


Geoff Skerrett wrote:
 > Can anyone point me to an example of an application the has 
interaction with a dbase.  I checked the wiki and didn't really find 
anything that I am looking for.
 >
 > - specifically looking for apps where dealing with records and how 
changes to the records in an edit window are updated in the database and 
then reflected back in the UI.  Picture a wx.ListCtrl in a pane at the 
top of a window, with pane below that allows field editing of a 
hightlighted record.
 >
 > I have a developed a "homegrown" version of a the above using a 
wx.ListCtrl, but I was wondering how other people have solved the 
problem of updates from the field editing getting back to the DB and 
then reflected in the record display.
 >
 > FWIW I typically using SQLite and PostgreSQL




More information about the wxpython-users mailing list