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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by SeanKenney

  1. SeanKenney

    sql stored procedures

    What I would like to know is how to pass VBScript variables to a sql stored procedure. As an example: <% dim Name Name = Request.Form(&quot;Name&quot;) strSQL = &quot;exec my_proc(&quot; & Name & &quot;)&quot; Conn.Execute(strSQL) %> Is this code right? Please help!

Part and Inventory Search

Back
Top