Example of Database Interaction
Larry Bates
larry.bates at websafe.com
Wed Sep 12 15:12:32 PDT 2007
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
>
> g.
You can get the pgAdmin source code here:
http://www.pgadmin.org/download/source.php
It does what you describe using wx with PostgreSQL
-Larry
More information about the wxpython-users
mailing list