Details
-
Bug
-
Resolution: Done
-
P4: Low
-
4.3.0
-
None
Description
When an ODBC driver does not support UNICODE then it tries to get the data back as binary and not as string data, by forcing to use QVariant::String instead of QVariant::ByteArray in this case it should work fine.