Click here to Skip to main content
15,891,943 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hello,
I want how to update ,delete,find records using Wcf services using ado.net can u guide or send any snippets
Posted

Service has nothing to do with update/delete/insert as such. ADO.NET will handle it. All your service has to do is call DB layer that has ADO.NET code.

Read about ADO.NET here and it will help you.

Look at these:
MSDN: ADO.NET[^]
MSDN: Accessing Data with ADO.NET[^]

The C# Station ADO.NET Tutorial[^]
Using ADO.NET for beginners[^]
 
Share this answer
 
Comments
VJ Reddy 4-May-12 0:06am    
Good references. 5!
P_A_1 23-May-12 3:21am    
Plz give us some more relevant links....
Plz... :(
Sandeep Mewara 23-May-12 5:12am    
Try here: www.google.com

 
Share this answer
 
Checkout following link for introduction to WCF

http://msdn.microsoft.com/en-us/netframework/dd939784
 
Share this answer
 
 
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