How to transfer SQLite db to web server

Posted by Shane on Stack Overflow See other posts from Stack Overflow or by Shane
Published on 2010-04-29T08:35:50Z Indexed on 2010/04/29 8:37 UTC
Read the original article Hit count: 389

Filed under:
|
|

Hi,

I have an application that creates an SQLite database and saves information to it over the course of a day. At the end of the day i want to export this database to a web server.

Could anyone point me in the right direction for this?

Should I use httppost or put. I have researched this myself online but there seems to be so many different ways to explore. The server side does not exist yet either. I have access to an apache server so i am hoping to use that.

Could anyone advise me the best/most simple way to do this?

Thanks

© Stack Overflow or respective owner

Related posts about sqlite

Related posts about web-server