[wxPython] Is there a module for a database browsing ?

Hello,
I want to use wxPython as a GUI for my application that will use a database( at the
moment I am not sure if I should use MySQL, LiteSQL or Access ) and users will search
this database and I need to display choosen records in a nice graphical way( that is a
reason why I want to use wxPython). Is there a module in wxPython that could easily show
the database records and take care of all thinks during browsing?
Thanks for help.
Ladislav

Hello,

Python present DB-API modules
currently, python support
so, you can import db-api
please get the information below site.
http://www.python.org/topics/database/

happy pythoning
k5r2a

ยทยทยท

----- Original Message -----
From: "A" <printers@sendme.cz>
To: <wxpython-users@lists.wxwindows.org>
Sent: Tuesday, September 10, 2002 4:53 PM
Subject: [wxPython] Is there a module for a database browsing ?

Hello,
I want to use wxPython as a GUI for my application that will use a database( at the
moment I am not sure if I should use MySQL, LiteSQL or Access ) and users will search
this database and I need to display choosen records in a nice graphical way( that is a
reason why I want to use wxPython). Is there a module in wxPython that could easily show
the database records and take care of all thinks during browsing?
Thanks for help.
Ladislav

_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwindows.org
http://lists.wxwindows.org/mailman/listinfo/wxpython-users