Click here to Skip to main content
15,884,099 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello Every One,

There is a N-Tier Application walk-through sample for N-Tier application in MSDN (Walkthrough: Creating an N-Tier Data Application). But it shows only creating a Windows form and selecting data, via WCF. How can I insert, update and delete data in the application using transaction, tableAdapterManger etc.
Posted

1 solution

Sure: http://msdn.microsoft.com/en-us/library/vstudio/bb384570.aspx[^].

But this is not what you need to most. What you need much more is the ability to do such sophisticated tricks like this one: http://bit.ly/YGLInQ[^] :-).

Good luck,
—SA
 
Share this answer
 
Comments
Anoop Ananthan 28-Mar-13 14:58pm    
Very funny! All I need to know is how microsoft is suggesting to do things. I have been reading the junks the internet has provided the past many years by using your sophisticated tricks
Sergey Alexandrovich Kryukov 28-Mar-13 15:02pm    
And..? did you learn anything from this experience?
Now I hope you know what Microsoft is suggesting, if only you already read the article referenced above...
—SA
Anoop Ananthan 29-Mar-13 1:01am    
And found nothing just junks, thats all. if yourself have completely read the article which u have pointed, you might see there is no explanation on how to insert/modify/delete data
Sergey Alexandrovich Kryukov 29-Mar-13 1:06am    
I'm too lazy to read such long articles, I usually know how to insert, etc. somehow before I read it... :-)
—SA
Anoop Ananthan 30-Mar-13 8:24am    
I too know how to insert etc.. but want to stick with the way MS suggests, thats all. :-)

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