On 1/28/09, Joanne Pham <joannekp...@yahoo.com> wrote:
> Hi all,
>  One of our database had problem to run the "schema". The error message below:
>  The question is how the database getting to this stats " Error: file is 
> encrypted or is not a database"
>  Thanks,
>  JP
>
>  Below is the error message
>
>  Enter ".help" for instructions
>  sqlite> .schema
>  Error: file is encrypted or is not a database
>  sqlite>
>


Are you using a very old version of sqlite (version 2.x) to open a db
created by a later version of sqlite (version 3.x +)?

Or, it could well be that someone encrypted the file or that it is not
a database.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to