PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Stored Procedure with OUTPUT parameter?
Stored Procedure with OUTPUT parameter?
Débuté par Raimund Schuldhaus, 09 avr. 2003 13:55 - Aucune réponse
Posté le 09 avril 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