Are you sure about this (quoted text below) ? I do not recall any setting for DataAdapter loads that skip columns with NULL values. However, as Jamie pointed out, your XML should not contain an <Address> tag if the column value in that particular record is NULL. If the column value is a blank string (as opposed to NULL), then an empty tag should be present.
On May 4, 5:33 am, Jason <[email protected]> wrote: > So, when the dataSet is created, this column (i.e.: Address) is > missing from the dataSet. -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en or visit the group website at http://megasolutions.net
