PDA

View Full Version : Empty SQL Data from ODBC/FreeTDS



dentharg
9th November 2009, 08:50
Hi!

I've configured MS SQL connection with this description (http://blog.marcingil.com/2009/11/linux-odbc-to-mssql/). 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?