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 Mike Lewis 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. jimsurf

    # stored procedure with return value

    I am currently trying to figure out how to use a stored procedure that will return the result of a count query, and I am having some trouble. Here is the stored procedure: CREATE PROCEDURE qryVerifyUser @user_mail varchar(15), @user_password varchar(15), @user_count int output AS SELECT...

Part and Inventory Search

Back
Top