Using insert, update and delete in Visual Studio 2003

liunx

Guest
This is probably a very trivial question - but I haven't been able to find an answer to it anywhere.
I am developing a webapplication in asp.net using Visual Studio 2003. Most is just pulling out data where the datasets are easy and logical using in connection with datagrids, selects etc.
However I need to be able to save to the database too in a small admin interface.
I have noticed that the datasets write insert and update statements too - but I cannot seem to find a way to use them.
I realise that I could write my own - but that is not really productive now that VS create them anyway.
How can I use the VS2003 insert and update statements with my dataentry form?links that may help:
<!-- m --><a class="postlink" href="http://www.vb-helper.com/howto_net_datagrid.html">http://www.vb-helper.com/howto_net_datagrid.html</a><!-- m -->
<!-- m --><a class="postlink" href="http://www.sitepoint.com/article/datagrid-life-easier">http://www.sitepoint.com/article/datagrid-life-easier</a><!-- m -->

EricThanks - good stuff
 
Back
Top