G
Guest
Hello,
I use VB.net
I have a XML file and I read it with a dataset :
myDS.readxmlschema("test.xsd")
myDS.readxml("test.xml")
I have 3 tables in my dataset. Is it possible to select easily data like
with SQL ?
ex. Select name from Table1 Where region = (Select num From Table2) ....
Thanks for your help
I use VB.net
I have a XML file and I read it with a dataset :
myDS.readxmlschema("test.xsd")
myDS.readxml("test.xml")
I have 3 tables in my dataset. Is it possible to select easily data like
with SQL ?
ex. Select name from Table1 Where region = (Select num From Table2) ....
Thanks for your help