D
Dee
Hi
I am reading in data from a file and storing in a DataTable variable.
I tried to use the DataSet.Write Xml() but got the following error:
---- >System.NullReferenceException: Object reference not set to an instance
of an object.
My code:
dt as New DataTabe()
' Fill dt.
dt.DataSet.WriteXml("c:\data.xml")
How can I get useWriteXml() ?
Thanks very much
Dee
I am reading in data from a file and storing in a DataTable variable.
I tried to use the DataSet.Write Xml() but got the following error:
---- >System.NullReferenceException: Object reference not set to an instance
of an object.
My code:
dt as New DataTabe()
' Fill dt.
dt.DataSet.WriteXml("c:\data.xml")
How can I get useWriteXml() ?
Thanks very much
Dee