27.06.2014 Views

INFORMATICA MEDICA

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

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

Esempio (1)<br />

Imports System.Data.SqlClient …<br />

Private Sub GestioneTransizione()<br />

Dim strSQL as String<br />

Dim myConn as SqlConnection<br />

Dim myCmd as SqlCommand<br />

Dim myStrConn as String<br />

Dim myTransaction as SqlTransaction<br />

using System.Data.SqlClient; …<br />

private void GestioneTransizione()<br />

{<br />

string strSQL;<br />

SqlConnection myConn;<br />

SqlCommand myCmd;<br />

string myStrConn;<br />

SqlTransaction myTransaction;<br />

}<br />

VB<br />

C#<br />

Inf. Med. - 4. ADO.NET - A.A.<br />

2013/14

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

Saved successfully!

Ooh no, something went wrong!