Dataset changes

  • Thread starter Thread starter DerekGel
  • Start date Start date
D

DerekGel

Guest
I have used the following code to save changes from a dataset to the database


TableAdapter.Update(Dataset.Tables("{TableName}"))

Dataset.Table("{TableName}).AcceptChanges


I inserted these commands for the validate current cell of my datagrid

When I change a value in the cell the data is not being written to the data table

What am I missing?


Derek Geldart

Continue reading...
 

Similar threads

D
Replies
0
Views
58
DerekGel
D
T
Replies
0
Views
82
TurkiaGL
T
A
Replies
0
Views
163
ahmeddc
A
H
Replies
0
Views
121
HansvB69
H
Back
Top