Click here to Skip to main content
15,916,019 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hello, everyone.
I have a project to develop an android application that will receive (TSQL SELECT) and send (TSQL INSERT/UPDATE/DELETE) to a windows server. How to do this? Should I create a WebService? How to develop a webmail in C#?


What I have tried:

I didn't start the project
Posted
Updated 9-Jun-20 21:27pm

1 solution

I suggest you stop and think about exactly what you are trying to do. Do you want to manage some communication, switching TSQL commands? Do you want to create a webservice? Do you want to work with email? In whichever choice you make you will need to do some research into Android programming, so start here: Documentation: Android Developers[^]
 
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