newbie - dataset

  • Thread starter Thread starter bz
  • Start date Start date
B

bz

Hi,

Would need some help to understand this.

From what I have learned so far:
1) DataSet is a small database in memory.
2) I use the data adapter to "fill" a dataset.
3) Although the DataSet is disconnected, the Data Adapter is not.
4) So, my program will always connect to the database at all time.


My question is that:

After I "fill" the dataset,
If I disconnect the connection to the database,
how do I update the changes in the dataset back to the database?

Thanks!




--
There is no answer.
There has not been an answer.
There will not be an answer.
That IS the answer!
And I am screwed.
Deadline was due yesterday.

There is no point to life.
THAT IS THE POINT.
And we are screwed.
We will run out of oil soon.

http://spaces.msn.com/bzDaCat
 
Check the data Adapter.UPDATE

once you have written your data to the data adapter..you have to update the
adapter.


Search this newsgroup for a post i did on Wednesday, September 13 2006 9:31
pm
Subject : Help with Adding a Row
From : Miro

It shows a whole example with an Adapter.Update

Miro
 
Back
Top