C
Classgenerator
Hi all,
i am using two typed datasets (based on the same Class) and get a
SystemNullReferenceException (Source: System.Data.dll / ResetIndexes())
when i try to merge like the following:
DS1.Merge( DS2.MyTable );
Then after handling the Exception DS2.MyTable is merged correctly into
DS1. All Data is correct!
EnforceConstraints = true;
Event MergedFailed is not raised.
Any Hints or ideas?
please let me know
Ronny
i am using two typed datasets (based on the same Class) and get a
SystemNullReferenceException (Source: System.Data.dll / ResetIndexes())
when i try to merge like the following:
DS1.Merge( DS2.MyTable );
Then after handling the Exception DS2.MyTable is merged correctly into
DS1. All Data is correct!
EnforceConstraints = true;
Event MergedFailed is not raised.
Any Hints or ideas?
please let me know
Ronny