Where is the sqlite3 database stored on the iphone emulator?

Posted by mobibob on Stack Overflow See other posts from Stack Overflow or by mobibob
Published on 2010-04-18T23:16:43Z Indexed on 2010/04/18 23:23 UTC
Read the original article Hit count: 373

Filed under:
|
|

Now that I have a read-only application working, I am working on the insert statement. The insert returned OK in my code, but the read-back (in the code) came up empty, so I want to use the command line or browser to read. Can I copy the DB off the emulator and into my laptop for access with other utilities?

© Stack Overflow or respective owner

Related posts about sqlite3

Related posts about iphone