This image shows a portion of the Form1.cs program. A block of code present inside the button1_Click method is highlighted in red is shown. The highlighted code is as below, OracleParameter parm = new OracleParameter(); parm.OracleDbType = OracleDbType.Decimal; parm.Value = textBox1.Text;