UniVerse, ODBC, and Qt -
08-15-2005
, 11:58 AM
I am trying to read UniVerse data via an ODBC link using Trolltech's Qt on
Linux via EasySoft's ODBC bridge running on Linux and Windows.
I can connect to UniVerse and submit a valid SQL select statement, with a
"success" status returned after the query is submitted, but no rows are
returned. The QSqlQuery is set to be forward only since U2's SQL layer
doesn't support static cursors.
Does anyone have any ideas? |