Android Question how to insert data from asp.net webpage to Sqlite database

Makumbi

Well-Known Member
Licensed User
Please this is the data from the file attached that is returned from my web application how can i get it from this URL into my New SQLite database Table Called Customers
 

Attachments

  • sampleimage.jpg
    sampleimage.jpg
    62.5 KB · Views: 281

Jeffrey Cameron

Well-Known Member
Licensed User
Longtime User
You're asking a very general question, so I'll give you a very general answer: Save the results from your HTTP request to your local SQL database via an INSERT or UPDATE statement.

I would recommend searching the following topics in the forums:
Those topics should get you started.
 
Last edited:
Upvote 0
Top