27.06.2014 Views

Informatica Medica Anno Accademico 2013-2014 Prof. Mauro Giacomini

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Esempio_a (2)<br />

cmd = New SQLDataAdapter (“SELECT * From Authors”,<br />

conn)<br />

ds = New DataSet ()<br />

cmd.Fill (ds, “Autori”)<br />

return (ds)<br />

End Function<br />

End Class

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

Saved successfully!

Ooh no, something went wrong!