Hi!

I've configured MS SQL connection with this description. Connection works fine from tsql, isql and Qt (v4.5).

However all select()s on QSQLTableModel or QSqlQuery return empty datasets even for something as simple as "select * from..".

However table structure is correctly read as I can extract field names.

Is this a bug in Qt ODBC connectivity?