Click here to Skip to main content
15,890,282 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hii

I want to develop REST services in which I want to implement all the operations(Create,Read,Update,Delete) methods with database i.e I have to save the data to SQL database,update the data ,delete the data and get data from database.I browsed through google but couldn't find a better approach.How to perform these operations using REST services..?

Thanks in advance,,,
Posted
Updated 31-Aug-12 1:45am
v2
Comments
ZurdoDev 31-Aug-12 8:18am    
There is a lot involved, too much to explain here. Have you tried anything? Are you stuck at any specific point?
cutie1 31-Aug-12 13:07pm    
I couldn't understand how to insert data..Is it like normal SQL query writing.?Because when we develop SOAP services we dont really need to write SQL query specially.We can directly save using entity datamodel.Is it the same in REST services?If not then how can we do it?
Torakami 17-Apr-16 3:54am    
ok forget about continous checking ..

what if i just want to connect to web api for my crud oprtains which are happing from my mobile aqpp

2. There will be sunc button ,which will only retrive data from sql database to my mobile device

Any sample poject sample

1 solution

 
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