How to synch SQLite data to server in iPhone

Posted by crawler486 on Stack Overflow See other posts from Stack Overflow or by crawler486
Published on 2010-05-14T00:35:18Z Indexed on 2010/05/14 0:44 UTC
Read the original article Hit count: 339

Filed under:

Hello Guys, I'm a total noob when it comes to iPhone development and have been tasked to create a database app that can download and upload sqlite data to and from a server via http using web services. So far I already have a form for retrieving and saving data to a SQLite database and now I need some information on how I can upload the SQLite data to a server. The SQLite database will only have one table with 3 columns and about 200 rows max. I hope somebody can point me to the right direction or lead me to some sample codes.

Appreciate any help.

© Stack Overflow or respective owner

Related posts about iphone