Re: [sqlite] SQLite issues - iPad development

2011-09-21 Thread BareFeetWare
On 22/09/2011, at 4:30 AM, 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.

What error are you getting?

> 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 :-(
> 
> Maybe compatibility issue between SQLITE IOS and Firefox maybe?

For what it's worth, I copy SQLite database files back and forth all the time, 
between my Mac, iPad, iPhone and DropBox, no problem.

Here's an (old) example of an SQLite database running fine on my iPad app, 
showing data:
http://www.barefeetware.com/databare/data_choices.html

Tom

Tom Brodhurst-Hill
BareFeetWare

--
iPhone/iPad/iPod and Mac software development, specialising in databases
develo...@barefeetware.com
 --
Comparison of SQLite GUI tools:
http://www.barefeetware.com/sqlite/compare/?ml

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQLITE issues - IPAD development

2011-09-21 Thread Dan Kennedy

On 09/22/2011 01:30 AM, ecky wrote:


Howdy

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 :-(


This often means that, for whatever reason, the user is not
opening the database file that they think they are opening.




Maybe compatibility issue between SQLITE IOS and Firefox maybe?
Thanks in advance


___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQLITE issues - IPAD development

2011-09-21 Thread Simon Slavin

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
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] SQLITE issues - IPAD development

2011-09-21 Thread ecky

Howdy

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 :-(

Maybe compatibility issue between SQLITE IOS and Firefox maybe?
Thanks in advance
-- 
View this message in context: 
http://old.nabble.com/SQLITE-issues---IPAD-development-tp32503767p32503767.html
Sent from the SQLite mailing list archive at Nabble.com.

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users