Forum Replies Created

Viewing 2 posts - 1 through 3 (of 3 total)

  • RE: Update Multiple Rows with a Stored Procedure

    Andy this is the asp page that post the form with the form fields. I receive the values as Request.Form values.

    <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>

    <!--#include file="Connections/TwoOneGender.asp" -->

    <%

    Dim ROSTERLIST

    Dim ROSTERLIST_numRows

    Set ROSTERLIST = Server.CreateObject("ADODB.Recordset")

    ROSTERLIST.ActiveConnection...

  • RE: Update Multiple Rows with a Stored Procedure

    Thank you Andy and you are right about parsing out the data.

    I have a form that is repeating the data rows. So, instead of passing form values like the...

Viewing 2 posts - 1 through 3 (of 3 total)