Click to See Complete Forum and Search --> : Using insert, update and delete in Visual Studio 2003


thomzon
08-22-2005, 07:29 AM
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?

A1ien51
08-22-2005, 09:05 PM
links that may help:
http://www.vb-helper.com/howto_net_datagrid.html
http://www.sitepoint.com/article/datagrid-life-easier

Eric

thomzon
08-23-2005, 12:26 PM
Thanks - good stuff