S
Shin
Hi,
I am having a problem updating data source through SqlCeDataAdapter
Update method.
I have a test form with a TextBox and a button. When clicking the
button [Save], a text in the TextBox should be saved in a data source
table.
I filled a DataTable using Fill method. I was able to bind one of
column in the table to a TextBox. Then I wrote a junk text on the
TextBox. I clicked [Save] button; SqlCeDataAdapter Update method is
called. I saw the column in the DataTable was updated with the new
value. BUT the value was never saved in the data source.
Have you experienced this problem? If so, is there a way to fix it?
I am using VS 2003 with freamwork version 1.1.4322.
Thanks very much for your time reading my posting.
I am having a problem updating data source through SqlCeDataAdapter
Update method.
I have a test form with a TextBox and a button. When clicking the
button [Save], a text in the TextBox should be saved in a data source
table.
I filled a DataTable using Fill method. I was able to bind one of
column in the table to a TextBox. Then I wrote a junk text on the
TextBox. I clicked [Save] button; SqlCeDataAdapter Update method is
called. I saw the column in the DataTable was updated with the new
value. BUT the value was never saved in the data source.
Have you experienced this problem? If so, is there a way to fix it?
I am using VS 2003 with freamwork version 1.1.4322.
Thanks very much for your time reading my posting.