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.

Esempio di sincronizzazione<br />

• Se non c’è il DataSet, va creato, sincronizzarlo con il<br />

XmlData e popolare solo uno dei due oggetti<br />

Dim ds As New DataSet<br />

Dim xd As New XmlDataDocument (ds)<br />

xd.load(“file.xml”)<br />

Oppure<br />

Dim ds As New DataSet<br />

Dim xd As New XmlDataDocument<br />

xd.load(“file.xml”)<br />

ds=xd.DataSet<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!