Data Base isn't updated when I use DataAdapter
The fallowing code isn't doing well
sqlDataAdapter.Table1[0].X = 900;
sqlDataAdapter.Update(sqlDataAdapter.Table1);
Because The property RowState is unchanged.
What Can I do?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
rafa 0Posted Dec 10, 2004, 1:10 PM
rafa 0Posted Dec 10, 2004, 10:29 AM
eksypnos123Posted Dec 9, 2004, 5:04 PM