F
Fernando Vaca
hi, i dont't know if it can be done, i want to write and read a xml file
from a client side.
I 've done this code:
-------------------------------------
Dim ds As DataSet
ds=filldata()
ds.WriteXml("c:\data.xml")
......
......
ds.ReadXml("c:\data.xml")
from a client side.
I 've done this code:
-------------------------------------
Dim ds As DataSet
ds=filldata()
ds.WriteXml("c:\data.xml")
......
......
ds.ReadXml("c:\data.xml")