Dataset XML Select

  • Thread starter Thread starter Guest
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top