read xml file to dataset

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

how can i read xml file to dataSet?

this is what i have written so far-

dim db1 as database
db1=new dataBase
db1.readXmlSchema("fileName.xsd")
db1.readXml("fileName.xml")

what am i missing??
thanks in advanced!!
 
SGallit,

Not every XML file is a datast.
A dataset is a XML file from a special format.

Are you sure you try to read an XML dataset?

Cor
 
Back
Top