[PyQt] MySQL plugins PyQt v4.6.1
Stef.kermit at gmail.com
Stef.kermit at gmail.com
Sat Oct 24 15:30:18 BST 2009
hi,
i've install the last realse and i've problem with mysql plugins
- connection OK
- some query OK ex: q=QSqlQuery("SELECT id FROM my_table")
but with q=QSqlQuery("SELECT * FROM my_table")
or with
model = QSqlTableModel()
model.setTable("my_table")
model.select()
return False
and the "lastError().text() " give me :
Using unsupported buffer type: 253 (parameter: 3) QMYSQL3: Unable to bind
outvalues
all my code is the same, only update PyQt and replace libmysql.dll
thx for help
Kermit
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20091024/809e99ea/attachment.html
More information about the PyQt
mailing list