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?
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?