Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. I keep getting an error saying "Database file not found in the resource system".

I keep getting an error saying "Database file not found in the resource system".

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 3 Posters 306 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    fernando992013
    wrote on last edited by
    #1
    This post is deleted!
    Pl45m4P F 2 Replies Last reply
    0
    • F fernando992013

      This post is deleted!

      Pl45m4P Online
      Pl45m4P Online
      Pl45m4
      wrote on last edited by
      #2

      @fernando992013

      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?


      If debugging is the process of removing software bugs, then programming must be the process of putting them in.

      ~E. W. Dijkstra

      F 1 Reply Last reply
      0
      • F fernando992013

        This post is deleted!

        F Offline
        F Offline
        fernando992013
        wrote on last edited by
        #3
        This post is deleted!
        1 Reply Last reply
        0
        • Pl45m4P Pl45m4

          @fernando992013

          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?

          F Offline
          F Offline
          fernando992013
          wrote on last edited by
          #4
          This post is deleted!
          1 Reply Last reply
          0
          • C Offline
            C Offline
            ChrisW67
            wrote on last edited by
            #5

            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.

            1 Reply Last reply
            3

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved