I’m trying to use the same code that works in my desktop and maemo platform into the symbian OS, but it is not working.
I’m showing below the snipped of the code:
Qt Code:
db.setDatabaseName("E:/database/01"); qDebug()<<"DB open: "<<db.open();To copy to clipboard, switch view to plain text mode
Result: “DB open: falseâ€
Is there anything to take in consideration in Symbian to create a database file?
Bookmarks