I keep getting an error saying "Database file not found in the resource system".
Unsolved
General and Desktop
-
This post is deleted!
-
What kind of resources are used in your projects? Do you access any files?
Database file not found in the resource system
This doesn't look like a Qt error message. Any chance that this comes from your
BookStoreProgram
because something (some database/file for your "book store") wasn't found? -
This post is deleted!
-
This post is deleted!
-
Any database in he Qt resources will be inherently read-only (it is part of the executable itself). Whether you can open such a database in situ will depend on exactly what database engine and how you are doing that. If you needed a writable database, even if it is disposable, you can copy the resource file to an operating system temporary location and open if from there.