On 18.12.07 14:19:56, Oleg Klimov wrote: > You seem to have Microsoftisch background (or Borland). PyQt is not a > solution for everything: databases, making coffee, etc. It only handles > GUI. For database connectivity, here's some entry points:
And you didn't read your PyQt manuals ;P PyQt builds on top of Qt, which nowadays has a Network, OpenGL, Widget, Testing, XML, Svg, Script and also an SQL library. That is it builds on top of an existing database-driver and provides high-level OO access to the database. Andreas -- You never hesitate to tackle the most difficult problems. _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
