wxPython - DB Form generator unit

Peter Decker pydecker at gmail.com
Sat Jul 23 20:33:28 EDT 2005


On 7/19/05, fowlertrainer at mailpont.hu <fowlertrainer at mailpont.hu> wrote:

> Is anyone know about a DB form generator unit under wxPython ?
> What that's means ?
> 
> I add information about a Query, or a ListOfDict, I set some other infos
> (Lookups, others), and it is generate a Form with edit boxes, listboxes,
> etc.
> Then I can fill up the form with a record's datas. User can modify them.
> After I can call Apply method, and every modifications are stored in a
> result.

You should look into Dabo. It is a framework for creating database
apps, and comes with a wizard that lets you create an app that
queries, updates, edits, adds and deletes records in a variety of
databases. What database are you using?

# p.d.



More information about the Python-list mailing list