I have been using sqlite successfully for ages with php5.
i recently got sqlitebrowser.. and when i open up my databases they contain sql commands rather than the data i have stored in the databases...
they still work fine in php, but in the sqlitebrowser "browse data" tab, it shows the tables, but they are empty, with no fields etc..
but in the "execute sql" tab i can query the database and get the data out correctly..


is this normal? is it just the way that sqlite stores the data??
am I forgetting a step in the creation of the databases?

Paul.

Reply via email to