On Mon, Sep 23, 2013 at 11:19 PM, Aryc <[email protected]> wrote:

> All;
> I'm trying to use SQlite as a transfer medium between my PHP world and my
> Python world.
> in PHP i can read and write just fine. but when i try to read the database
> from a python program i get the dreaded "file is encrypted or not a
> database" message.
> can any  body help me?
>
>
Are you using the PHP interface for SQLite2 or for SQLite3?  What are the
first 16 bytes of the generated database file?



>
> Thanks
> Paul Alagna
>
>
> _______________________________________________
> sqlite-users mailing list
> [email protected]
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to