On 21 Sep 2011, at 7:30pm, ecky wrote: > I have a SQLITE database I created using the firefox plugin (SQLITE > manager). I'm using that database in my IPAD app and I can read and write > to it. > > However... I'm trying to debug some issue with my app so I copy the database > file off my IPAD back to my MAC and try to read the database in the firefox > plugin. I get no errors but the database has no tables in it :-(
Instead of the FireFox plugin on your Mac, use the sqlite3 command-line tool. It should already be installed in /usr/bin . Does that tool show any data ? Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

