Re: [ADVANCED-DOTNET] Typed dataset: provide user-friendly column name

2004-05-27 Thread Erick Thompson
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

Re: [ADVANCED-DOTNET] Replacing web service components

2004-05-27 Thread Shawn Brown
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 >

Re: [ADVANCED-DOTNET] Typed dataset: provide user-friendly column name

2004-05-27 Thread Zecharya, Bar (FIRM)
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 =