Qt

To access SQL Server databases using Qt™ use QODBC.

There are some problems with wide character support on Qt because Qt assumes sizeof(SQLWCHAR) == 2. On some DMs, though — including iODBC, the default on Ubuntu™ — sizeof(SQLWCHAR) == 4, which could lead to invalid character conversion.