SQLStoredProc1: Unable to determine field names for ¬s ?????

Delphi

06/01/2004

Caros colegas,

Estou tentando executar uma stored Procedure (dbExpress) e está me ocasionando o seguinte erro: ´SQLStoredProc1: Unable to determine field names for ¬s´. Alguém já lidou com isso?

Minha chamada é a seguinte:

SQLStoredProc1.PrepareStatement;
SQLStoredProc1.ExecProc;
Label4.Caption := SQLStoredProc1.Params.ParamValues[´VALOR_GENERATOR´];

Já fiz do mesmo jeito só que com o IBX e funcionou perfeitamente.


Goncalves

Goncalves

Curtidas 0
POSTAR