TUniStoredProc - PrepareSQL not work;
Posted: Tue 05 May 2020 11:38
Why my code don`t work
Proc := TUniStoredProc.Create(nil);
Proc.Connection := TUniConnection;
Proc.StoredProcName :='GenerateMark';
Proc.PrepareSQL;
//Proc.Prepare;
Proc.ParamByName('id_warbo').AsInteger := 0; <- here is stop field not exists
Proc := TUniStoredProc.Create(nil);
Proc.Connection := TUniConnection;
Proc.StoredProcName :='GenerateMark';
Proc.PrepareSQL;
//Proc.Prepare;
Proc.ParamByName('id_warbo').AsInteger := 0; <- here is stop field not exists