Re: [PyQt] PyQt and DB API.

2008-05-18 Thread David Boddie
On Sat, 17 May 2008 23:47:49 +0300, objectref wrote: > So, here the standard is DB API but PyQt uses something different. I plan > to access Sql Server databases (mostly) but it would be nice to have my > code such that it can easily be ported to some other DB in the future (I > know that I can co

RE: [PyQt] PyQt and DB API.

2008-05-17 Thread objectref
pyqt@riverbankcomputing.com Subject: Re: [PyQt] PyQt and DB API. On 17.05.08 23:47:49, objectref wrote: Please don't hijack other people's threads. > As I have the opinion that "standard" is a good thing, do you think that I > better use some other module that is DB-API complia

Re: [PyQt] PyQt and DB API.

2008-05-17 Thread Hans-Peter Jansen
Am Samstag, 17. Mai 2008 schrieb objectref: > Hi, > > I am reading Mark Summerfield's book ("Rapid GUI programming with Python > and Qt"). So, in chapter 15 (Databases), he states that "Python also has > its own completely different database API, called DB-API but it isn't > needed with PyQt." > >

Re: [PyQt] PyQt and DB API.

2008-05-17 Thread Andreas Pakulat
On 17.05.08 23:47:49, objectref wrote: Please don't hijack other people's threads. > As I have the opinion that "standard" is a good thing, do you think that I > better use some other module that is DB-API compliant or PyQt is best to be > used in this case? Well, that depends on two things: a