如图,在执行Oracle时,参数都给上
using (MProc proc = new MProc("APP_SAVE_FUJILOG")) {
proc.Set("VAL", "1");
...
MDataTable dt = proc.ExeMDataTable();
}
报错
求教