PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV 2024 → Stored Procedure with OUTPUT parameter?
Stored Procedure with OUTPUT parameter?
Iniciado por rschuldhaus, abr., 09 2003 1:55 PM - Sem resposta
Publicado em abril, 09 2003 - 1:55 PM
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