Delete data row in Session

  • Thread starter Thread starter Grey
  • Start date Start date
G

Grey

i have created a dataset in Session variable. is it possible to delete any
one row of dataset in Session which is like operation in SQL.
 
You can delete the Row after making it into a workable DataSet by
assigning the DataSet stored in Session to a Variable of type DataSet.
You might also have to commit these chnages to the Database.

Regards,

Trevor Benedict R

*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
 
Back
Top