How could i send a html5 sqlite database from an iphone ?

Posted by Edoc on Stack Overflow See other posts from Stack Overflow or by Edoc
Published on 2010-06-15T07:11:23Z Indexed on 2010/06/15 7:12 UTC
Read the original article Hit count: 118

Filed under:
|

Hi everybody, i'm developing a webapp for iphone/ipod and using the client's side database. I want my webapp to work mainly offline and allow users to fill the database and at a certain point i'd like to send my database to a server to process and store all the informations. The problem is i can't find a proper way to send my tables to a server in order to fill its database with the one sent from the iphone. Does anyone has a clue ?

© Stack Overflow or respective owner

Related posts about sqlite

Related posts about html5