SQLiteRoot is a free SQLite manager managed in this thread.
I downloaded and tried it, but couldn't figure out how to open databases
with an extension other than the default for that app, which I think was .slt
Nil to do with SQLite really.

RBS

On 1/31/12, Tim Streater <t...@clothears.org.uk> wrote:
> On 30 Jan 2012 at 21:58, Bart Smissaert <bart.smissa...@gmail.com> 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
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to