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!!
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!!