On 30 Jan 2012 at 21:58, Bart Smissaert <[email protected]> wrote:
> OK, so how you open those then with SQLiteRoot?
I use PHP, thus:
$dbh = new PDO ("sqlite:" . $db);
where $db is a string like "/path/to/database".
I don't know what SQLiteRoot is although possibly I should do.
--
Cheers -- Tim
_______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

