I get the error that there is "no value given for one or more required parameters" when I attempt to execute this command:
The string looks correct to me, why isn't it working?
Code:
string commandString = "SELECT moduletitle, unit FROM [EXAMDAT] WHERE moduletitle ='" + modules.SelectedItem.ToString() + "';";
Comment