null value of parameters when update by DataAdapter

  • Thread starter Thread starter p:D
  • Start date Start date
P

p:D

I have a parent with a DataSet and a child form that have few tables, after
I change the data in the tables and then "Merge" the tables into the parent
DataSet. I found that all values in the DataAdapter were null when update to
sqlserver. But I found the parent dataset have values by using writexml.
Whats wrong with it??
Thanks in advance!

Patrick
 
So, after your update you have all Nulls? What does the record in the
database look like? Nulls too? Are you doing a Select at the end of your
update, using
UpdateRowSource Enumeration
and friends?
 
Back
Top