Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
i want to insert data into database using WCF.
plz share some link for inserting the data using WCF.
Thanks
Posted

You don't insert data into a database using WCF. WCF is for web services and other forms of networked communication. To insert values into a database you need something like ADO.net, Entity Framework or NHibernate. Since you didn't say which database you're trying to insert values into, I can't offer you any specific help in that regard but you may find the following links useful:

http://msdn.microsoft.com/en-us/netframework/aa663324.aspx[^]

http://www.csharp-station.com/Tutorial/AdoDotNet/Lesson01[^]

http://nhforge.org/Default.aspx[^]

http://msdn.microsoft.com/en-us/data/ef.aspx[^]
 
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