Select statement on Dataset problems!! :-(

S

soulcode

Hi Guys,

Yesterday i was playing around with some code where I would read an xml
file into a dataset...

'***********************************
Dim ds as dataset

ds.readxml("test.xml")
'***********************************

with the data in the dataset, i want to be able to select all rows where
ParentID = 0...

'***********************************
Dim rows1 as datarow() = ds.tables(0).select("ParentID = '0'")
'***********************************

My question is, how do I convert that datarows (in rows1) into a dataset
from here? or is there a way to apply a sql select statement over the
ds dataset what returns a dataset?


you help would be much appreciated.
 

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top