Description:Setting MySqlParameter.MySqlDbType to MySqlDbType.Int24 throws an error similar to "Incorrect integer value: '?' for column 'data' at row 1" when a prepared command is executed. When "command.ExecuteNonQuery()" is executed in the attached sample, the following exception is thrown:...