db.MakeInParam("pv_plan_date1",OleDbType.VarChar,200,plan_date1),
  db.MakeInParam("pv_plan_date2",OleDbType.VarChar,200,plan_date2),
  db.MakeInParam("pv_dept_no",OleDbType.VarChar,2000,dept_no==""?OracleString.Empty:dept_no),
  db.MakeInParam("pv_style_no_list",OleDbType.VarChar,2000,style_no_list==""?OracleString.Empty:style_no_list)产生"对象必须实现 IConvertible"的错误,请问第三,四个参数这样设对不对,字符串为空时怎么设?