SQLite3 DB File On Server - How Can I Use in Objective-C?
        Posted  
        
            by Drew
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Drew
        
        
        
        Published on 2010-05-18T00:25:45Z
        Indexed on 
            2010/05/18
            0:30 UTC
        
        
        Read the original article
        Hit count: 658
        
database
|objective-c
I would like for my iPhone application to interact with a sqlite3 database file that is hosted on my server. How can I achieve this with Objective-C?
Let me know if you need more details.
© Stack Overflow or respective owner