Re: [sqlite] sqlite database created in PHP not readable in python becomes how do i download the correct version of the python sqlite API

2013-09-26 Thread Kees Nuyt
On Wed, 25 Sep 2013 20:58:05 -0400, Aryc wrote: >first - thanks for all the insights. >the versions are different (Ugh) but that raises a new question "how do i >correct that?" >these versions were defined by the download of PHP and Python (IE i didn't get > the choice) >below is the PHP code a

[sqlite] sqlite database created in PHP not readable in python becomes how do i download the correct version of the python sqlite API

2013-09-25 Thread Aryc
first - thanks for all the insights. the versions are different (Ugh) but that raises a new question "how do i correct that?" these versions were defined by the download of PHP and Python (IE i didn't get the choice) below is the PHP code and Python code i used, followed by a hex dump of the be

Re: [sqlite] sqlite database created in PHP not readable in python

2013-09-24 Thread Richard Hipp
On Mon, Sep 23, 2013 at 11:19 PM, Aryc 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 > dat

Re: [sqlite] sqlite database created in PHP not readable in python

2013-09-24 Thread Simon Slavin
On 24 Sep 2013, at 4:19am, Aryc wrote: > 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" > mes

[sqlite] sqlite database created in PHP not readable in python

2013-09-24 Thread Aryc
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? Thanks Paul Alag