How can i store several iphone contacts in sqlite3 table
        Posted  
        
            by ramyauk
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ramyauk
        
        
        
        Published on 2010-05-18T06:35:29Z
        Indexed on 
            2010/05/18
            6:40 UTC
        
        
        Read the original article
        Hit count: 360
        
Hi to All,
I developed an iPhone app which displays iPhone AddressBook contacts list. I want to add extra fields to the selected contact.
Using AddressBook framework,it was not possible.So,i want to attach those values to the "contacts" table of my database.
How can i store(insert) those existing contacts into contacts(using sqlite3 insert command). Please,help me with a sample code.
Thanks in Advance,
Ramya.
© Stack Overflow or respective owner