solution to delete prob

Umapathy Kaliaperumal replied to rana pranav at 03-Jul-08 06:46

1. Dataset and its child are functioning in disconnected mode. So , when you delete , it is deleted only in the data object(dataset or data table or dataview) , so to make it permanent you need to

issue a delete statement and fire ExecuteNonQuery to database .

You can then populate the data object with new values or make a delete here also

 


Click here to sign in and reply. You could earn money via our $500 contest just for being helpful.
  Problem - rana pranav  03-Jul-08 06:37 6:37:25 AM
      solution to delete prob - Umapathy Kaliaperumal  03-Jul-08 06:46 6:46:49 AM
      Check this code and apply - santhosh kumar  03-Jul-08 06:59 6:59:01 AM
      This is also a sample code - try this too - santhosh kumar  03-Jul-08 07:01 7:01:26 AM
View Posts