iPhone SDK : Inserting data in tables generated by XCode

Posted by Amarsh on Stack Overflow See other posts from Stack Overflow or by Amarsh
Published on 2010-03-26T08:02:02Z Indexed on 2010/03/26 8:03 UTC
Read the original article Hit count: 286

I created a data model (.xcdatamodel) in Xcode, which created .sqlite file. I can see that it has a created a few tables for metadata, alongwith a table called ZENTITY (my managed object is called entity). Can I insert data from the sqlite prompt instead of doing it programmatically?

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about sqlite