@mranger90 said in sqlite commands not working in qt:
Apparently you can not directly access an SQLite database from a resource. There are some discussions about this, but I cant find the links right now.
Indeed, Qt resources are compiled into the executable (or standalone binary file) which is read-only. Good catch! :-)