Click here to Skip to main content
15,886,780 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello...
I Have some Data in DataBase i need to retrieve That Data into mobile phone like a message by sending message


1) How to retrieve data to mobile phone from sqlserver database by sending a message


2) How to store a message into database By sending message from mobilephone

Thank You
Posted
Comments
[no name] 29-Oct-12 7:47am    
The best way acheieve solution is by breaking them into parts and taking them on . Your requirement is
1. send and sms from phone (mo code required)
2. recieve sms by a server and read it (Need coding and some 3rd party tools)
3. fetch data from DB using ado.net/linq/entity frame work.
4. send that data to user (Need coding and some 3rd party tools)

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