private OracleConnection Conexao;
private OracleCommand Comando;
InitializeComponent();
this.Comando.Parameters[0].Value = this.GridObjEspc.Rows[e.RowIndex].Cells[0].Controls[0].ToString();
this.Comando.Parameters[1].Value = this.GridObjEspc.Rows[e.RowIndex].Cells[1].Controls[0].ToString();
this.Comando.Parameters[2].Value = this.GridObjEspc.Rows[e.RowIndex].Cells[2].Controls[0].ToString();
this.Comando.Parameters[3].Value = this.GridObjEspc.Rows[e.RowIndex].Cells[3].Controls[0].ToString();
this.Comando.Parameters[4].Value = this.GridObjEspc.Rows[e.RowIndex].Cells[4].Controls[0].ToString();
this.Comando.Parameters[5].Value = this.GridObjEspc.Rows[e.RowIndex].Cells[5].Controls[0].ToString();
this.Comando.Parameters[6].Value = this.GridObjEspc.Rows[e.RowIndex].Cells[6].Controls[0].ToString();
this.Comando.ExecuteNonQuery(); ta dando erro aqui >>> Input string was not in a correct format.
ele também me fala.. Failed converter parameter value from a String to a Decimal...
poxa.. não faço ideia se como resvoler isso !!
caramba....
valeugente..