Weird dataset problem!

  • Thread starter Thread starter Aaron Ackerman
  • Start date Start date
A

Aaron Ackerman

I had to add a field to a table. I changed all of the dataadapters blah,
blah.
When I go to update the new field in my WinForms app it updates the DB just
fine.

When I close the form just that field that I touched gets blown away.
When I step through in debug mode with the exact same process the value
stays.

This is driving me absolutely buggy (no pun) I just cannot figure this out!
 
Hi Aaron,

Showing some code and descripting a problem better (what does exception say?
which line is causing it? etc)
might help.
 
Hi Aaron,

Exactly how did you 'change the data adapters'? Also, is there an xsd that
you didn't delete, a dataset created by the wizard that wasn' deleted, etc?

HTH,

Bernie Yaeger
 
Showing code would not help in this situation since it is doing what it is
supose to be doing during the update.
There is no exception error.



Miha Markic said:
Hi Aaron,

Showing some code and descripting a problem better (what does exception say?
which line is causing it? etc)
might help.

--
Miha Markic [MVP C#] - RightHand .NET consulting & software development
miha at rthand com
www.rthand.com

Aaron Ackerman said:
I had to add a field to a table. I changed all of the dataadapters blah,
blah.
When I go to update the new field in my WinForms app it updates the DB just
fine.

When I close the form just that field that I touched gets blown away.
When I step through in debug mode with the exact same process the value
stays.

This is driving me absolutely buggy (no pun) I just cannot figure this out!
 
Back
Top