A
afsheen
Hi,
i have dataset that has few columns that are null. when i write
ds.GetXmlSchema( ) , i can see the names for those null columns
in the schema but when i write ds.GetXml( ) i find those nodes missing ,
when i do da.Update for inserting a new row , it throws an
error that columns is not present in tha dataset....
how can i have null values in my xml of the dataset
thanks
afsheen
i have dataset that has few columns that are null. when i write
ds.GetXmlSchema( ) , i can see the names for those null columns
in the schema but when i write ds.GetXml( ) i find those nodes missing ,
when i do da.Update for inserting a new row , it throws an
error that columns is not present in tha dataset....
how can i have null values in my xml of the dataset
thanks
afsheen