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

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

Since you are using windows (I assume you are using windows since access
is an option) why not use the python odbc module? It is very easy to
use, and can be duplicated with mxODBC on linux or most other dbapi
compliant database modules. A google search for python and odbc will
turn up several good starting points.

-Mark

ยทยทยท

On Wed, 2002-09-11 at 08:14, A wrote:

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?