27.06.2014 Views

INFORMATICA MEDICA

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Uso di WriteXml<br />

Dim ds as New DataSet<br />

Dim fs as New FileStream (“Schema.xml”, FileMode.Create)<br />

Dim xw as New XmlTextWriter (fs, Encoding.Unicode)<br />

ds.WriteXml (xw, XmlWriteMode.IgnoreSchema)<br />

Oppure<br />

ds.WriteXml (xw, XmlWriteMode.WriteSchema)<br />

Oppure<br />

ds.WriteXml (xw, XmlWriteMode.DiffGram)<br />

xw.Close<br />

Inf. Med. - 15. Uso di XML con<br />

ADO.NET - A.A. 2013/14

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!