|
Hi ,
Am using Enterprise lib 3.0 in vs 2005 .
I have initially loaded the data set using load data set method . Then i store the data to a new table from the dataset . I then make few chanages in the GUI GRID that have reflected in the local table and in the dataset as well .
I dont have insert operations nor delete .I will only have update operations thru the sqlserver stored procedure .
Following is the update method which I give "nothing" for Insert , delete commands , But the changes are not updated in the sqlserver data base .
DB.UpdateDataSet(VlvDataset, "Table1",Nothing, Updatecmd, Nothing,
UpdateBehavior.Standard)
Please tell me is there any way to update the DB with out having insert command and delete command
Thanks
Devasena
|