null value of parameters when update by DataAdapter

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
 
G

Greg Robinson

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top