Hi list,
I am trying to access a sqlite3 file with php5, but I get the error:
Warning: sqlite_open() [function.sqlite-open]: file is encrypted or is not a
database
I can open that file (its a digikam db) with knoda. For the test I gave the
file and its folder rw rights for everybody. My script starts with:
<?php
$dbname='tst/tstdigikam3.db';
if (!$db = sqlite_open($dbname, 0666, $err) )
die("OpenFehler: $err");
...
Any idea what I am doing wrong?
Daniel
--
Daniel Bauer photographer Basel Switzerland
professional photography: http://www.daniel-bauer.com
Madagascar special: http://www.sanic.ch
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]