Hello.
I've been working on a project I used QSqlite on Linux and it worked perfectly. But when I
decided to build my project on Windows QSqlite didn't work. So I decided
to connect to Access I used the connection string on Qt docs "DRIVER={Microsoft Access Driver (*.mdb)};FIL={MS Access};DBQ=myaccessfile.mdb"
but when I run my project Qt gives me this error "QSqlQuery::exec: database not open
"QODBCResult::exec: No statement handle available" Error: "[Microsoft][ODBC Microsoft Access Driver] Could not find file '(unknown)'." "
Can you please help me!? It's so important!
Thanks in advance!
Note: I tried compiling ODBC driver.