serilization & dataset

I

Irfan

hi, all

I created a dataset using dataadpater.fill and then serilized it to a
filestream using
binaryFormatter.serialize(fs,ds).

After deserlizing i want this dataset to be attached to a dataAdapter to do
some updates in the the actual .mdb datatable. so my question is how do i
attach a dataset to a dataadapter to acheive this. i cant find any method in
dataadapter that will do it. any suggestions please

TIA
irfan
 
G

Guest

Irfan,

You should be able to call the dataadapter's Update method, sending it your
dataset.

Kerry Moorman
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top