I wouldn't think that the MS DataSet Generator and the
AGDataSetGenerator would make any difference. It's the base DataSet
ReadXmlSchema that's breaking. I've spent some time on this, and it
appears that what DataSet.GetXmlSchema returns is not what the DataSet
was generated with. Here are the chan
Thanks for the help everyone. I already checked the value, and it is passing
NULL as the value. My real concern was that the old clients would still
function properly until they update their code. It appears that is true, so
I am going to go ahead and add the parameter.
Thanks,
Shawn Brown
>
It is really odd - and the thing is, I can reproduce it with a simple
Customers-Orders dataset containing only one relation. I get the same
result using both MSDataSetGenerator and AGDataSetGenerator(PowerToys).
Below is the code and the xsd (compiled in the same .exe).
Bar
*** C# ***
FooDS foo =