PDA

View Full Version : QODBC has feaure (Query Size)



baray98
16th September 2009, 23:59
My app is connecting to an MS SQL or an Access database through QOBDC driver provided by Qt

I really need the "feature" query size but sadly QODBC doesn't have it. Now is there some driver out there that can connect to MS SQL and Access database that has query size feature?

I am dealing with variable SQL statements so sometimes its tough to parse SQL statement and ask the database for its number of rows. (select count(*) stuff)

Is there a version of ODBC driver that can be used as plugin in Qt that is faster and better?

baray98

baray98
18th September 2009, 03:29
I am more surprise when i check if BLOB is supported and it turn out to be NO..am i using QODBC wrong? is there something i should turn on ..

baray98