Hi,

I'm having trouble with query.value(i).toString() where query is a QQuery

- unixODBC on Ubuntu
- Qt 4.5.2

The error message is:

qGetStringData: Error while fetching data ( "[Sybase][ODBC Driver]Invalid string or buffer length" )

The code runs fine when using the native OCI driver, but with SQL Anywhere I need to pass via ODBC.

Anybody ran across this?