Re: sqlite error: Encrypted or Not a Database

2009-07-30 Thread Art
Thanks, that was it. Art On Jul 29, 10:31 pm, Alex Gaynor wrote: > On Wed, Jul 29, 2009 at 9:06 PM, Art wrote: > > > I have created a Django usingsqliteas the database, and everything > > works fine. But when I try to open the database

Re: sqlite error: Encrypted or Not a Database

2009-07-29 Thread Alex Gaynor
On Wed, Jul 29, 2009 at 9:06 PM, Art wrote: > > I have created a Django using sqlite as the database, and everything > works fine. But when I try to open the database using sqlite directly > rather than through Django: > sqlite mydatabase.db > I receive the message "File

sqlite error: Encrypted or Not a Database

2009-07-29 Thread Art
I have created a Django using sqlite as the database, and everything works fine. But when I try to open the database using sqlite directly rather than through Django: sqlite mydatabase.db I receive the message "File encrypted or not a database." How can I access the database outside of Django?