| 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 |
| |
| |
|