[wxPython-users] Example of Database Interaction
Raffaello Barella
barbarossa.platz at gmail.com
Wed Aug 22 10:14:15 PDT 2007
if you use MySQL, try this address:
Writing MySQL Scripts with Python DB-API
*Paul DuBois*
at paul at kitebird.com
2007/8/22, Peter Decker <pydecker at gmail.com>:
>
> On 8/22/07, Geoff Skerrett <Geoff at 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 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
>
> 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 support
> Postgresql and sqlite, among other backends.
>
> --
>
> # p.d.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wxPython-users-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wxPython-users-help at lists.wxwidgets.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/200708=
22/33fb6c72/attachment.htm
More information about the wxpython-users
mailing list