private void Readerclassfy_Load(object sender, EventArgs e)
        {
                        da1.SelectCommand.Parameters[0].Value = "%%";
            da1.Fill(dataSet11);
            //为数据集添加数据项浏览控制
            cmOrders = (CurrencyManager)BindingContext[dataSet11, "读者类型"];        }窗口载入数据时出现异常:----------------------------------------------------------------------------------------------------------------
未处理的“System.IndexOutOfRangeException”类型的异常出现在 System.Data.dll 中。其他信息: Invalid index 0 for this SqlParameterCollection with Count=0.-----------------------------------------------------------------------------------------------------------------
是什么原因呢?很苦恼,大家帮帮忙谢谢