Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. keepset

    problem using a sql server procedure - pls advise

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

Part and Inventory Search

Back
Top