Question

run sql query for each form submitted data block

Asked by: eaweb

hi,

i have the following form in pageAAA.asp which submit to sqlupdate.asp:

<form action="sqlupdate.asp" method="post" name="sqlupdateForm" id="sqlupdateForm" style="margin:0">
<table width="640" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><table width="640" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <th>&nbsp;</th>
          <th><div align="left">Name</div></th>
          <th><div align="left">Account Type </div></th>
          <th><div align="left">Account Number </div></th>
          <th>Delivery</th>
          <th>Changed</th>
        </tr>
        <tr>
          <td colspan="6"><hr size="5"></td>
        </tr>
        <tr>
          <td>&nbsp;</td>
          <td><b>GoldAVA1</b>&nbsp;</td>
          <td>Gold&nbsp;</td>
          <td>963852&nbsp;</td>
          <td align="center">
                                    <input name="mailprint_1" type="radio" value="Y"  checked>By Mail&nbsp;&nbsp;
                                    <input name="mailprint_1" type="radio" value="N">Online
                                    <input name="number" id="number" type="hidden" value="963852" />                              
                                    <input name="numbertype" id="numbertype" type="hidden" value="9" />
                                    <input name="numberdesc" id="numberdesc" type="hidden" value="Gold" />                                    
                              </td>
          <td align="center">Customer</td>
        </tr>
        <tr>
          <td>&nbsp;</td>
          <td><b>NormalAVA2</b>&nbsp;</td>
          <td>Normal</td>
          <td>654321&nbsp;</td>
          <td align="center">
                                    <input name="mailprint_2" type="radio" value="Y"  checked>By Mail&nbsp;&nbsp;
                                    <input name="mailprint_2" type="radio" value="N">Online
                                    <input name="number" id="number" type="hidden" value="654321" />                              
                                    <input name="numbertype" id="numbertype" type="hidden" value="3" />
                                    <input name="numberdesc" id="numberdesc" type="hidden" value="Normal" />                                    
                              </td>
          <td align="center">Customer</td>
        </tr>
        <tr>
          <td>&nbsp;</td>
          <td><b>PersonalAVA3</b>&nbsp;</td>
          <td>Personal&nbsp;</td>
          <td>789987</td>
          <td align="center">
                                    <input name="mailprint_3" type="radio" value="Y"  checked>By Mail&nbsp;&nbsp;
                                    <input name="mailprint_3" type="radio" value="N">Online
                                    <input name="number" id="number" type="hidden" value="789987" />                              
                                    <input name="numbertype" id="numbertype" type="hidden" value="1" />
                                    <input name="numberdesc" id="numberdesc" type="hidden" value="Personal" />                                    
                              </td>
          <td align="center">Company</td>
        </tr>
        <tr>
          <td>&nbsp;</td>
          <td><b>BasicAVA4</b>&nbsp;</td>
          <td>Basic&nbsp;</td>
          <td>123456</td>
          <td align="center">
                                    <input name="mailprint_4" type="radio" value="Y"  checked>By Mail&nbsp;&nbsp;
                                    <input name="mailprint_4" type="radio" value="N">Online
                                    <input name="number" id="number" type="hidden" value="123456" />                              
                                    <input name="numbertype" id="numbertype" type="hidden" value="1" />
                                    <input name="numberdesc" id="numberdesc" type="hidden" value="Basic" />                                    
                              </td>
          <td align="center">Company</td>
        </tr>
      </table></td>
  </tr>
  <tr>
    <td>
                  <br>
      <br>
                  <input name="client_id" id="client_id" type="hidden" value="alibaba" />
                  <input name="client_location" id="client_location" type="hidden" value="0202" />
      <table width="640" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td align="right" style="padding-right:4px"><input type="submit" name="Submit" value="Submit"></td>
          <td style="padding-left:4px"><input type="reset" name="Reset" value="Reset"></td>
        </tr>
      </table>
      <br>
      <br>
    </td>
  </tr>
</table>
</form>

in sqlupdate.asp i need to run a update query for each of the submitted account data block of the form
form data block 1 example:
<input name="mailprint_1" type="radio" value="Y"  checked>By Mail&nbsp;&nbsp;
<input name="mailprint_1" type="radio" value="N">Online
<input name="number" id="anb" type="hidden" value="963852" />                              
<input name="numbertype" id="atp" type="hidden" value="9" />
<input name="numberdesc" id="atp" type="hidden" value="Gold" />

form data block 2 example:
<input name="mailprint_2" type="radio" value="Y"  checked>By Mail&nbsp;&nbsp;
<input name="mailprint_2" type="radio" value="N">Online
<input name="number" id="number" type="hidden" value="963852" />                              
<input name="numbertype" id="numbertype" type="hidden" value="9" />
<input name="numberdesc" id="numberdesc" type="hidden" value="Gold" />

my problem is:
how must my form be submitted and/or how must my asp code in sqlupdate.asp be in order to run the update query "update datatable set mailprint= mailprintdata(1,2,3,4), number = numberdata, numbertype=numbertypedata, numberdesc=numberdescdata"

for each of the data block submitted?
how must the loop in the sqlupdate.asp be to run the query each data block

This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.

Subscribe now for full access to Experts Exchange and get

Instant Access to this Solution

  • Plus...
  • 30 Day FREE access, no risk, no obligation
  • Collaborate with the world's top tech experts
  • Unlimited access to our exclusive solution database
  • Never be left without tech help again

Subscribe Now

Asked On
2009-10-19 at 14:26:04ID24825175
Tags

asp

,

vb

,

html

Topics

Active Server Pages (ASP)

,

VB Script

,

Hypertext Markup Language (HTML)

Participating Experts
3
Points
500
Comments
8

Trusted by hundreds of thousands everyday for fast, accurate and reliable tech support.

  • "The time we save is the biggest benefit of Experts Exchange to Warner Bros. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange." Mike Kapnisakis, Warner Bros.
  • "Our team likes having a resource that is more secure than just using Google and most experts using this service really know their stuff. It's nice to look here first versus using Google." Dayna Sellner, Lockheed Martin
  • "Anytime that I've been stumped with a problem, 9 out of 10 times Experts Exchange has either the accepted solution or an open discussion of the potential solution to the problem." Kenny Red, eBay Inc.

See what Experts Exchange can do for you.

Got a question?

We've got the answer.

Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.

Screenshot of Experts Exchange Knowledgebase

Need individual assistance?

Our experts are ready to help.

If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.

Screenshot of Experts Exchange Knowledgebase

Want to learn from the best?

Read articles from industry experts.

Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.

Screenshot of an Article

Working on a long term project?

Store your work and research.

Save solutions to your questions, answers you’ve discovered through searching plus helpful articles in your personal knowledgebase for easy future access.

Screenshot of Experts Exchange Knowledgebase

Access the answers to your technology questions today.

Subscribe Now

30-day free trial. Register in 60 seconds.

What Makes Experts Exchange Unique?

Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Trusted by the world's most respected brands.

image of each brand's logo

Faithfully serving IT professionals since 1996.

Experts Exchange Logo

Try it out and discover for yourself.

Subscribe Now

30-day free trial. Register in 60 seconds.

Related Solutions

  1. Margins
    I'm using: MARGINHEIGHT="0" MARGINWIDTH="0" TOPMARGIN="0" LEFTMARGIN="0" in the body tag, to force a masthead to be right against the margins of the page but of course, it affects the entire page; is there any way to just affect the m...
  2. Margin
    Hello, I have a problem. For some reason MSIE and Mozilla browser does not understand (they don't do anything) with the margin tags for the body. <style type="text/css"> body {margin-left:10%; margin-right:10%;} h1 {margin-left: 10%} </style> Wit...
  3. The margin of div containers are acting funny in IE
    The margins for the div elements of class contentBox seem to be of varible size in IE. I'm trying to get them to be uniform... but I'm at a complete loss. div.contentBox { border-style:solid; border-width: 1px; border-color: #eeeeee; background-image: url(images/contentbox....
  4. Weird margins on DIVs
    Hello, i am working on a rather complex site in HTML transitional mode but for some odd reason i get strange margins on all my DIVs in the site - no matter if they are floated or not. For DIVs with images i tried to set the width and height of the actual DIV to the dimension...
  5. Variable Margins Between DIVs
    Take a look at the image below. Two child DIV elements (purple) are contained in a parent DIV element (light blue). The text in the child DIV elements will vary with time. How do I set up margins (or padding) to assure that the "Variable Margin Above," "Var...

Free Tech Articles

  1. WARNING: 5 Reasons why you should NEVER fix a computer for free.
    It is in our nature to love the puzzle. We are obsessed. The lot of us. We love puzzles. We love the challenge. We thrive on finding the answer. We hate disarray. It bothers us deep in our soul. W...
  2. SCCM OSD Basic troubleshooting
    SCCM 2007 OSD is a fantastic way to deploy operating systems, however, like most things SCCM issues can sometimes be difficult to resolve due to the sheer volume of logs to sift through and the dispe...
  3. Migrate Small Business Server 2003 to Exchange 2010 and Windows 2008 R2
    This guide is intended to provide step by step instructions on how to migrate from Small Business Server 2003 to Windows 2008 R2 with Exchange 2010. For this migration to work you will need the fo...
  4. Create a Win7 Gadget
    This article shows you how to create a simple "Gadget" -- a sort of mini-application supported by Windows 7 and Vista. Gadgets can be dropped anywhere on the desktop to provide instant information, ...
  5. Outlook continually prompting for username and password
    There have been a lot of questions recently regarding Outlook prompting for a username and password whilst using Exchange 2007. There are a few reasons why this would happen and I will try to cover t...
  6. Backup Exchange 2010 Information Store using Windows Backup
    There seems to be quite a lot of confusion around the ability to backup Exchange 2010 using the built in Windows Backup feature. This stems from the omission of this feature prior to Exchange 2007 s...

Cloud Class Webinars

  1. Avoiding Bugs in Microsoft Access
    Alison Balter takes and in-depth look at avoiding bugs in Access. In this webinar you will learn about using the immediate window to debug your applications, invoking the debugger, using breakpoints to troubleshoot, stepping through code, setting the next statement to execute, ...
  2. Top 10 Best New Features in Visio 2010
    Scott Helmers gives live demonstrations of the top 10 new features in Visio 2010. This webinar will teach you how to create compelling diagrams by adding shapes to the page with a single click, linking the shapes in a diagram to data in Excel (or SQL Server, or SharePoint), ...
  3. IT Consultant Business Secrets Revealed
    Michael Munger, Experts Exchange tech pro and IT consultant, pulls back the curtain on his very successful businesses and answers question on every IT consultant and business owner should know about. He shares secrets on what he did to solve the 5 most common problems in IT, ...
  4. Disaster Recovery and Business Continuity
    Quest CTO, Mike Billon, gives an overview of the steps involved in building a dunamic disaster recovery plan. Through case studies and an examination of software/hardware tooles for monitoring and testing, you'll gain a better understandin of where you are, where you want ...
  5. Organize Your Visio Diagrams with Containers and Lists
    Scott Helmers uses cross functional flowcharts, wireframe diagrams, data graphic legends and seating charts to teach you: how to ustilize all three new structured diagram components in Visio 2010, the best practices for organizeing shapes in previous version of Visio, how to organize ...
  6. How to Us Objects, Properties, Events and Methods in Microsoft Access
    Alison Dalter gives an in-depbth look at objects, properties, events and methods in Microsoft Access. In this webinar you will learn about using the object browser, referring to objects, working with properties and methods, working with object variables, understanding the ...

Join the Community

Give a Little. Get a Lot.

Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.

Join the Community

Answers

 

by: ArasianPosted on 2009-10-19 at 16:51:44ID: 25609948

You can name your form elements with arrays.

mailprint[1]
mailprint[2]

Even multi-dimensionally

mailprint[1][name]
mailprint[1][address]

Then simply (pseudocode)

for i=0; i < size_of(mailprint); i++ :
  do_something(mailprint[i]);

 

by: sybePosted on 2009-10-20 at 00:44:54ID: 25611746

I don't think that ASP will automatically create arrays even if the names of the form fields look like them. PHP does, ASP does not.

Anyway, it is a matter of giving unique names to the formfields. The alternative is guessing that the order of the fields in the form equals the order in which the browser passes them to the server. That is not reliable enough.

 

by: eawebPosted on 2009-10-20 at 06:30:12ID: 25613861

ok if i submit the form like

<input name="sup[1][acct_1]" type="radio" value="Y"  checked>By Mail&nbsp;&nbsp;
<input name="sup[1][acct_1]" type="radio" value="N">Online
<input name="sup[1][number]" id="anb" type="hidden" value="963852" />                              
<input name="sup[1][numbertype]" id="atp" type="hidden" value="9" />
<input name="sup[1][numberdesc]" id="atp" type="hidden" value="Gold" />

<input name="sup[2][acct_2]" type="radio" value="Y"  checked>By Mail&nbsp;&nbsp;
<input name="sup[2][acct_2]" type="radio" value="N">Online
<input name="sup[2][number]" id="anb" type="hidden" value="654321" />                              
<input name="sup[2][numbertype]" id="atp" type="hidden" value="3" />
<input name="sup[2][numberdesc]" id="atp" type="hidden" value="Normal" />

how must i read it in the asp code and display it
i found a code that seems to read the array but, i don't know exactly how modify it to read in the data of my form

here the asp array code i found:

Dim arrCars(2,4)

arrCars(0,0) = "BMW"
arrCars(1,0) = "2004"
arrCars(2,0) = "45.000"
arrCars(0,1) = "Mercedes"
arrCars(1,1) = "2003"
arrCars(2,1) = "57.000"
arrCars(0,2) = "Audi"
arrCars(1,2) = "2000"
arrCars(2,2) = "26.000"
arrCars(0,3) = "Bentley"
arrCars(1,3) = "2005"
arrCars(2,3) = "100.00"
arrCars(0,4) = "Mini"
arrCars(1,4) = "2004"
arrCars(2,4) = "19.00"

response.Write(" <TABLE border=1>")
response.Write("<TR><TD>Row</TD> <TD>Car</TD>")
response.Write("<TD>Year</TD><TD>Price</TD></TR>")

For i = 0 to UBound(arrCars, 2)
 response.Write("<TR><TD>#" & i & "</TD>")
 response.Write("<TD>" & arrCars(0,i) & "</TD>")
 response.Write("<TD>" & arrCars(1,i) & "</TD>")
 response.Write("<TD>" & arrCars(2,i) & "</TD></TR>")
Next


response.Write("</TABLE>")

 

by: eawebPosted on 2009-10-20 at 07:53:56ID: 25614786

hi,

if i do the following

ReDim arrFormValues(1, Request.Form.Count - 1)
Dim i : i = 0
For Each Item In Request.Form
      arrFormValues(0, i) = Item 'Form Field Names
      arrFormValues(1, i) = Request.Form(Item) 'Form Field Values
      i = i + 1
Next : Item = Null : i = Null
 
'To write it all out:
'Check to make sure there is an array first
If IsArray(arrFormValues) Then
'We want to loop through the second index
     For i = 0 To UBound(arrFormValues, 2)
          'Write out the Filed Name= Field Value
          Response.Write(arrFormValues(0, i) & "= " & arrFormValues(1, i) & "<br />" & VbCrLf)
     Next : i = Null
End If

i get as output

sup[1][acct_1]= Y
sup[2][number]= 654321
sup[2][numbertype]= 3
sup[2][numberdesc]= Normal
sup[1][number]= 963852
sup[1][numbertype]= 9
sup[1][numberdesc]= Gold
sup[2][acct_2]= Y
sup[3][number]= 789987
sup[3][numbertype]= 1
sup[3][numberdesc]= Personal
sup[3][acct_3]= Y
sup[4][number]= 123456
sup[4][numbertype]= 1
sup[4][numberdesc]= Basic
sup[4][acct_4]= N
client_id= alibaba
client_location= 0202
Submit= Submit

which is ok but,
how must i modify above code in order to run the sql code for each sup[1] data, sup[2] data etc...... separately. i must run the sql like:
update datatable set mailprint= "sup[4][acct_4] data", number = "sup[4][number] data", numbertype="sup[4][numbertype] data", numberdesc="sup[4][numberdesc] data"

 

by: eawebPosted on 2009-10-21 at 08:41:27ID: 25625102

hi,

is asp able to do this (read the array and use the array data):

foreach($_REQUEST['sup'] as $id => $sup) {
$sql = "INSERT INTO 'datatable' ('mailprint','number','numbertype','numberdesc') VALUES ('${sup['acct']}','${sup['number']}','${sup['numbertype']}','${sup['numberdesc']}');";
echo "$sql<br/>";
}
how will is this code be translated in asp?

 

by: b0lsc0ttPosted on 2009-10-26 at 16:30:10ID: 25668056

There is no simple way to do this as you are trying to do it.  The code or method you are looking at is for PHP.  ASP doesn't do the same thing.  The expert Sybe was right.

There are some ways to maybe reuse some code but you basically have to look at each group and then get each field manually.  There won't be an automatic array made by the server or ASP.  You just have the Request.Form Collection which will contain ALL the fields and no way to "group" them.  The naming scheme you seemed to have at first would appear as good, if not better, than what you have now.  You could use a counter to go through each group (i.e. a number since you know how many groups and the number is part of the name).  Also, if one field would be required for the "group" then you could look for it first in the Form collection to know if the other values would be there (for that group).

Sorry it won't be simple.  If you must keep it basic then see if your server supports PHP.  It could be used instead and has some great abiliities.

bol

20120131-EE-VQP-002

3 Ways to Join

30-Day Free Trial

The Experts

98% positive feedback on 31,087 answers since March 2000. angeliii is a Microsoft Most Valuable Professional for his work with MS SQL Server & Develoment.

He has also proven his knowledge of Visual Basic Programming, PHP Scripting and Oracle Databases.

The Experts

97% positive feedback on 10,752 answers since July 2000. lrmoore has more than 18 years experience in the networking industry.

The six-time Mircosoft MVPs specialties include firewalls, virtual private networking, and network management.

Testimonials

"...and excellent source for support... Kind of like having your very own IT dept." Electriciansnet

Testimonials

"I was apprehensive at signing up at first. However... it has already made my life as an IT administrator much easier." JaCrews

Testimonials

"WOW! You guys have great, active, and knowledgeable people on here." moore50

Business Clients

Business Clients

In the Press

"If you’ve got a question... Experts Exchange can supply an answer.”

In the Press

"...an invaluable aid for both IT professionals and those who require tech support."

In the Press

"where IT professionals provide quick answers on just about any topic"

Business Account Plans

Loading Advertisement...