Hello experts,
I need a hand. On my asp submit page I have the following code: -
-
for i = 1 to 5 ' 5 question form'
-
-
Question = Request.Form("Q" & i)
-
Answer = Request.Form("A" & i)
-
Comment = Request.Form("C" & i )
-
-
ValComment = Replace(Comment, "'", "''")
-
ValAnswer = Replace(Answer, "'", "''")
-
-
checkbox = Request.Form("check")
-
checkbox = Split(checkbox,", ")
-
-----------------------------------------------------------------------------------------
-
Set oConn = Server.CreateObject("ADODB.Connection")
-
oConn.Open "removed for security reasons"
-
set sSQL = server.CreateObject ("ADODB.Recordset")
-
set sSQL1 = server.CreateObject ("ADODB.Recordset")
-
--------------------------------------------------------------------------------------------
-
IF........somthing here in the checkbox = STRUGGLING HERE please help
-
sSQL = "INSERT into Table (ID, Question, Answer, Comments, TimeStamp,
-
UserID)"
-
sSQL = sSQL & "VALUES (Test_seq.nextval, '" & Question &"', '" &
-
checkbox &"', '" & ValComment &"', sysdate, '"& User & "')"
-
-
Else
-
sSQL1 = "INSERT into table (ID, Question, Answer, Comments, TimeStamp,
-
UserID)"
-
sSQL1 = sSQL1 & "VALUES (Test_seq.nextval, '" & Question &"', '" &
-
ValAnswer &"', '" & ValComment &"', sysdate, '"& User & "')"
-
response.write ssql1 & "<BR>"
-
End IF
-
Next
-
response.end
-
Note: just the bulk of the code has been added so that you get an idea
of what it is that I am talking about.
On my html form I have a combination of dropdownlists and combo
boxes. The checkboxes all have the same name. It is basically 1
question checkbox with the ability to choose 5 answers. I have a
total of 5 questions(1 checkbox question and 3 drop downs and 1
textbox. What I am struggling with is how do I get the answers from
the checkboxes into the database as well as the other form elements.
If it is much easier to not parse the comma separated list then so be
it:) Thanks everyone. 1 2583
"MrHelpMe" <cl********@hotmail.comwrote in message
news:11**********************@n59g2000hsh.googlegr oups.com...
Hello experts,
I need a hand. On my asp submit page I have the following code: -
for i = 1 to 5 ' 5 question form'
-
Question = Request.Form("Q" & i)
-
Answer = Request.Form("A" & i)
-
Comment = Request.Form("C" & i )
-
ValComment = Replace(Comment, "'", "''")
-
ValAnswer = Replace(Answer, "'", "''")
-
checkbox = Request.Form("check")
-
checkbox = Split(checkbox,", ")
-
-----------------------------------------------------------------------------------------
-
Set oConn = Server.CreateObject("ADODB.Connection")
-
oConn.Open "removed for security reasons"
-
set sSQL = server.CreateObject ("ADODB.Recordset")
-
set sSQL1 = server.CreateObject ("ADODB.Recordset")
-
--------------------------------------------------------------------------------------------
-
IF........somthing here in the checkbox = STRUGGLING HERE please help
-
-
if checkbox(0) = correct answer then
-
-
-
-
sSQL = "INSERT into Table (ID, Question, Answer, Comments, TimeStamp,
-
UserID)"
-
sSQL = sSQL & "VALUES (Test_seq.nextval, '" & Question &"', '" &
-
checkbox &"', '" & ValComment &"', sysdate, '"& User & "')"
-
-
-
you have set sSQL to be a recordset. now you are treating it as a string.
-
-
-
a recordset is for reading from a database, not for writting to it.
-
-
you need somthing like this
-
-
sql = "your sql statement"
-
-
cn.open "your connection string"
-
cn.execute(sql)
-
cn.close
-
-
-
-
-
-
-
>
-
Else
-
sSQL1 = "INSERT into table (ID, Question, Answer, Comments, TimeStamp,
-
UserID)"
-
sSQL1 = sSQL1 & "VALUES (Test_seq.nextval, '" & Question &"', '" &
-
ValAnswer &"', '" & ValComment &"', sysdate, '"& User & "')"
-
response.write ssql1 & "<BR>"
-
End IF
-
Next
-
response.end
-
-
-
>
Note: just the bulk of the code has been added so that you get an idea
of what it is that I am talking about.
On my html form I have a combination of dropdownlists and combo
boxes. The checkboxes all have the same name. It is basically 1
question checkbox with the ability to choose 5 answers. I have a
total of 5 questions(1 checkbox question and 3 drop downs and 1
textbox. What I am struggling with is how do I get the answers from
the checkboxes into the database as well as the other form elements.
If it is much easier to not parse the comma separated list then so be
it:) Thanks everyone. This thread has been closed and replies have been disabled. Please start a new discussion. Similar topics
by: Pete |
last post by:
Okay, I'm still stuck with this problem. Here's a quick recap/summary :-
1. Page 1:User checks 3 out of 10 checkboxes and submits form to page 2...
|
by: Frank Collins |
last post by:
Can anyone point me to some good examples on the web of
using values from dynamically created checkboxes on forms
in ASP, particularly relating to...
|
by: Renie83 |
last post by:
What I have are two pages. One is a form with some input boxes and
check boxes on it. It is posting to a different script page that
inserts into a...
|
by: DylanM |
last post by:
I have some checkboxes that are generated from the results of a database search. At the moment, the checkboxes are part of a table making up a form....
|
by: claudel |
last post by:
Hi
I have a newb PHP/Javascript question regarding checkbox processing
I'm not sure which area it falls into so I crossposted to comp.lang.php...
|
by: zoneal |
last post by:
Hello there,
Currently I am working with the project which needs dynamically
generated checkboxes and i have
generated dynamic checkboxes but...
|
by: TechnoAtif |
last post by:
Hi to all.
I have got a form containing of checkboxes along with other items.
I have simply no clue as to
(i) how to make entry for those...
|
by: markrawlingson |
last post by:
It seems that a lot of people run into this issue in regards to dealing with the result that checkboxes return to the Request.Form object. So this...
|
by: beacon |
last post by:
Hi everybody,
I have a quality assurance database that has a form with a bunch of checkboxes on it that serve as reasons for why a product...
|
by: Kemmylinns12 |
last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
|
by: jalbright99669 |
last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
|
by: antdb |
last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine
In the overall architecture, a new "hyper-convergence" concept was...
|
by: Matthew3360 |
last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function.
Here is my code.
...
|
by: AndyPSV |
last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...
|
by: Arjunsri |
last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
|
by: Oralloy |
last post by:
Hello Folks,
I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA.
My problem (spelled failure) is with the...
|
by: Carina712 |
last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand....
|
by: BLUEPANDA |
last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS...
| |