lala.Parameters.Add(new OleDbParameter("@Base", OleDbType.SmallInt).Value = textBox15.Text);
textBox15.Text = reader["@Base"].ToString();
The following error occurs in the first line of code
OleDBParameterCollection only accepts non null values OleDbparmeter type objects
Any suggestions?