Page 1 of 1

TUniStoredProc - PrepareSQL not work;

Posted: Tue 05 May 2020 11:38
by lcdk
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

Re: TUniStoredProc - PrepareSQL not work;

Posted: Tue 12 May 2020 08:18
by Stellar
In order to investigate the issue, we need a need script that creates the stored procedure where the issue occurs. Please also specify your database system and version.