PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → Stored Procedure with OUTPUT parameter?
Stored Procedure with OUTPUT parameter?
Started by rschuldhaus, Apr., 09 2003 1:55 PM - No answer
Posted on April, 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