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 gkittelson 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: *

  • Users: Dougo
  • Order by date
  1. Dougo

    Passing Data Parameters through ASP

    set StoredProcParamCollection = Session("oRpt").ParameterFields ' - get the specific Store Procedure Parameter ' Create a variable and point it to the specific stored procedure ' that we want to work on Set StoredProcParam1 = StoredProcParamCollection.item(1) Set...

Part and Inventory Search

Back
Top