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.

Stored Procedure che non<br />

restituiscono record (2)<br />

Dim cmd as New SQLCommand(“NumeroOrdini”, Conn)<br />

cmd.CommandType = CommandType.StoredProcedure<br />

Dim Param1 as New SQLParameter(“@IDCliente”,<br />

SQDbType.int)<br />

Param1.Direction = ParamDirection.Input<br />

Param1.Value = 12<br />

cmd.Parameters.Add(Param1)<br />

Dim Param2 as New SQLParameter(“@NOrdini”,<br />

SQLDbType.int)<br />

Param2.Direction = ParamDirection.Output<br />

Cmd.Parameters.Add(Param2)<br />

Conn.Open()<br />

cmd.ExecuteNonQuery()<br />

Conn.Close()

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

Saved successfully!

Ooh no, something went wrong!