database widgets

Ken Godee ken at perfect-image.com
Sat Oct 25 14:17:06 EDT 2003


Daniel Dittmar wrote:
>  > bromden <bromden at gazeta.pl.no.spam> writes:
>  >
>  >
>  >>Are there any free Python database widgets which provide a link
>  >>between a database and visual controls?
>  >>(like those of org.netbeans.lib.sql and org.netbeans.lib.sql.models
>  >>Java packages or Delphi's DataAccess and DataControls packages)
> 
> John J. Lee wrote:
> 
>> Not quite a Python question, but certainly Qt / PyQt has various DB
>> widgets (Qt 3, not Qt 2).  No doubt other toolkits do too.
> 
> 
> But these widgets probably don't bind to Python database drivers.
> 
> Daniel
> 
Hmmm...
With PyQt you do not use any "Python database drivers", the PyQt
database widgets are "data aware widgets", you simply load the correct 
Qt/PyQt database driver for your database, write your python code 
calling any of the PyQt data aware widgets. Really pretty cool, simple 
and works good.







More information about the Python-list mailing list