Click here to Skip to main content
15,892,517 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello helpers
I am Planning to do one application which will work on Mobile and Data will be saved on Computer through wifi connectivity

e.g. If I enter My Name It should be saved in Database(SQL server or Any) from My Mobile Application (Mobile and Server computer are connected through Wi-fi).

and I have to retrive that name on server computer through windows application.

Please guide me how i can proceed.
Posted

1 solution

Hi,

With the Mobile software I am developing at work, I have a Web Service that runs on the server, and then I connect to this webservice to read and write to the database on the server.

Your first C# Web Service[^]

Use that article to learn about webservices

When you have developed a webservice you can add it as a web reference to your mobile app.

Then create a class to handle communication with the webservice.

The best way to do save data to the database is using stored procedures.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900