On 9 May 2014, at 1:16pm, Werner Kleiner <[email protected]> wrote:

> If I connect to this db with PHPLiteadmin it tells me "No Table in Database"
> But if I connect on Windows with e.g. Sqlitestudio all is fine.

I'm betting that you're not connecting to the same database file in all these 
methods.  See if you can get them to agree on what tables are in the database 
using

SELECT name FROM sqlite_master WHERE type='table' ORDER BY name

Simon.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to