A
al
Greetings,
I would like to know please how can I create two xml files from one
dataset with two tables in it? The WriteXML method of the DataSet
creates one XML file with BOTH tables of the dataset.
Dim ds as new dataset
Dim da as new dataadapter
'code goes here for declaration and database connection
da.fill(ds,"table1")
da.fill(ds,"table2")
ds.WriteXML(C:\text.xml) 'this will create ONE XML file...problem! I
need TWO
MTIA,
Grawsha
I would like to know please how can I create two xml files from one
dataset with two tables in it? The WriteXML method of the DataSet
creates one XML file with BOTH tables of the dataset.
Dim ds as new dataset
Dim da as new dataadapter
'code goes here for declaration and database connection
da.fill(ds,"table1")
da.fill(ds,"table2")
ds.WriteXML(C:\text.xml) 'this will create ONE XML file...problem! I
need TWO
MTIA,
Grawsha