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
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to