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

    SP Not Returning Value

    This seems to work: CREATE Procedure addItem @Name nvarchar(50) OUTPUT As Set Nocount On Set @Name = 'hi there' return and the vb code: Dim cmd As New Command With cmd .ActiveConnection = CurrentProject.Connection .CommandType = adCmdStoredProc .CommandText = "addItem&quot...

Part and Inventory Search

Back
Top