if you use MySQL, try this address:
Writing MySQL Scripts with Python DB-API
Paul
DuBois
···
2007/8/22, Peter Decker pydecker@gmail.com:
On 8/22/07, Geoff Skerrett Geoff@teammsa.com 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 amlooking 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
Rather than re-invent the wheel, you should look at Dabo
(http://dabodev.com). They have a complete 3-tier framework for
creating database applications, and I know that they supportPostgresql and sqlite, among other backends.
–
p.d.
To unsubscribe, e-mail:
wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org