My script for a simple call on a record count displays error message:
(stored procedure)
CREATE PROCEDURE ad_GoldPrFix_ProdSoldByWT_Count
AS
Declare @count Int
Select @count=count(ProductID)
From ASPProducts
Where OneSoldByWt = 1
Return @count
(VBScript after adovbs.inc, connection & Dims)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.