1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16:
command.CommandText = _ los “resultados de la actualización fijaron el sin=@sin, cos=@cos donde el id=@id” comando. Parameters.Add (nuevo SqlParameter (“@id”, SqlDbType.NChar, 10)) comando. Parameters.Add (nuevo SqlParameter (“@sin”, SqlDbType.SmallInt)) comando. Parameters.Add (nuevo SqlParameter (“@cos”, SqlDbType.SmallInt)) ' comando. Parámetros (“@id”). Valor = a b = comando. Parámetros (“@sin”). Valor comando. Parámetros (“@sin”). Valor = b + 1 comando. Parámetros (“@cos”). Valor = 1