PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Stored Procedure with OUTPUT parameter?
Stored Procedure with OUTPUT parameter?
Iniciado por rschuldhaus, 09,abr. 2003 13:55 - No hay respuesta
Publicado el 09,abril 2003 - 13:55
Hello,

I have a Stored Procedure defined like below. Is it possible to call
(with SQLExec) such a SP AND return output parameters to WinDev?

Best regards

Raimund Schuldhaus

CREATE PROCEDURE dbo.sp_GetStockInfo
@ArtAbstID SystemID,
@NoInTray int output,
@NoInStock int output,
@NoInRep int output