could someone help with this please
I have a stored procedure (syntax check is OK)
CREATE PROCEDURE ValidateAdmin1
@ADMIN char(250),
@RETID int OUTPUT
AS
SELECT @RETID= ID FROM [ADMIN] WHERE [adminid]='@ADMIN'
GO
The ASP code to access this is as follows...
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.