in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine

SQL logic error or missing database: file is encrypted or is not a database.

Last post 11-06-2007 8:47 AM by Nate. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 11-06-2007 1:51 AM

    SQL logic error or missing database: file is encrypted or is not a database.

    hi,

    i have an error : 'SQL logic error or missing database:  file is encrypted or is not a database'.

    what can i do ?i am new at sqlite..

    Sevilay Çelik
    Computer Engineer
    Software Developer
  • 11-06-2007 8:47 AM In reply to

    • Nate
    • Top 10 Contributor
    • Joined on 08-28-2005
    • Fort Collins, CO
    • Posts 68

    Re: SQL logic error or missing database: file is encrypted or is not a database.

    You need to connect to a legitimate SQLite database file. That file must not be encrypted, or you supply the encryption key to the database. If the database was encrypted by means outside of the ADO .NET Provider, I do not know that you are able to use it.

    Given the way the question was asked, my guess is that the file you are attempting to use is not an SQLite database file. How was this file created?

Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems