[PyQt] Oci Sqldrivers support
Matt Newell
newellm at blur.com
Wed Jun 27 18:52:55 BST 2012
On Wednesday, June 27, 2012 09:56:46 AM Julian Ramos Marrero wrote:
> Hi,
>
> One question, Pyqt support OCI driver? , for ORACLE database.
>
>
> Regards,
>
> Jdarknet
Any QtSql driver should work with PyQt.
The QtSql drivers don't expose any API, it's all done through the generic
QtSql api(QSqlDatabase,QSqlQuery, etc), so there is no need to provide python
bindings for the drivers themselves.
Matt
More information about the PyQt
mailing list