Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best Design For This
Message
From
11/04/2009 12:49:48
 
 
To
09/04/2009 10:50:43
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01390847
Message ID:
01394345
Views:
56
>How do you get around the problem with getxml() not returning null value columns? Do you use the copy method or serialize/deserialize instead?
>
>Or has this been fixed? I haven't tested since I came across that issue...


Not sure why this is a problem ... if you use a Typed DataSet anyway. If they're null coming back from the database, then the column in the Typed DataSet will be DBNull.Value. I guess it could be a problem in a non-Typed DataSet, but we don't use those. <g>

~~Bonnie



>
>
>>That's a common misconception. Heavy how? Across the wire? You don't send the DataSet across a Web Service, you send MyDataSet.GetXml(). It's not as heavy as the DataSet itself (no schema gets sent and only the actual data that is present gets sent). Plus, it's only a string of XML. Anything can consume it, not just the .NET world.
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Reply
Map
View

Click here to load this message in the networking platform