Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Error:File encrypted or not a database file
Forum Updated to NodeBB v4.3 + New Features

Error:File encrypted or not a database file

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 3 Posters 496 Views
  • 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.
  • Q Offline
    Q Offline
    QtUser73
    wrote on 24 Aug 2018, 07:27 last edited by
    #1

    Hi,
    i am creating a qt embedded application. For this application am using sqlite as database. But when i try to perform select query through code it shows file is encrypted or not a database file. could someone point me the solution?
    Thanks.

    J 1 Reply Last reply 24 Aug 2018, 07:48
    0
    • Q QtUser73
      24 Aug 2018, 07:27

      Hi,
      i am creating a qt embedded application. For this application am using sqlite as database. But when i try to perform select query through code it shows file is encrypted or not a database file. could someone point me the solution?
      Thanks.

      J Offline
      J Offline
      JonB
      wrote on 24 Aug 2018, 07:48 last edited by
      #2

      @QtUser73
      So maybe the file is indeed encrypted, or not a database at all?

      If it is encrypted you'll have to Google outside of Qt. I understand SQLite does not offer encryption natively, but there are third-party tools which might have been used to do so, so you'll have to investigate.

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mranger90
        wrote on 24 Aug 2018, 12:03 last edited by
        #3

        Note that if you are embedding the file as a resource you will not be able to access it directly. You will have to extract it to a file, then access it as a database.

        1 Reply Last reply
        1

        1/3

        24 Aug 2018, 07:27

        • Login

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