Click here to Skip to main content
15,911,646 members
Home / Discussions / Web Development
   

Web Development

 
GeneralProblem with setting style Pin
leppie26-Sep-02 9:08
leppie26-Sep-02 9:08 
QuestionOK wtf is going on? Pin
leppie26-Sep-02 4:39
leppie26-Sep-02 4:39 
AnswerRe: OK wtf is going on? Pin
leppie26-Sep-02 5:04
leppie26-Sep-02 5:04 
GeneralProblem gone Pin
leppie26-Sep-02 8:59
leppie26-Sep-02 8:59 
GeneralSaving Form-data to Database Pin
Knappen26-Sep-02 2:49
Knappen26-Sep-02 2:49 
GeneralRe: Saving Form-data to Database Pin
Richard Deeming26-Sep-02 8:51
mveRichard Deeming26-Sep-02 8:51 
GeneralRe: Saving Form-data to Database Pin
Knappen26-Sep-02 8:59
Knappen26-Sep-02 8:59 
GeneralMicrosoft JET Database Engine error '80040e10' Pin
e c l i p t o i d . 3 3 026-Sep-02 2:23
e c l i p t o i d . 3 3 026-Sep-02 2:23 
Hey:

i have a quicc question...:
i am trying to build an Online poll which, actually, i done. The issue is that in one particular part of my ASP code i am hitting a snag. This is the segment:

----

' Checc to see which value was selected by user,
' then increment that option's value by one.

CHECKER = Request.Form ("mysite_poll")
if CHECKER = "OPTION1" then
OPTIONVALUE_INSERT = OPTIONVALUE(0) +1
strINSERT = "UPDATE POLL1 SET OPTION1 = " & OPTIONVALUE_INSERT

OCONN.Execute(strINSERT)
^ THIS IS LINE 44 ^


elseif CHECKER = "OPTION2" then
OPTIONVALUE_INSERT = OPTIONVALUE(1) +1
strINSERT = "UPDATE POLL1 SET OPTION2 = " & OPTIONVALUE_INSERT
OCONN.Execute(strINSERT)
elseif CHECKER = "OPTION3" then
OPTIONVALUE_INSERT = OPTIONVALUE(2) +1
strINSERT = "UPDATE POLL1 SET OPTION3 = " & OPTIONVALUE_INSERT
OCONN.Execute(strINSERT)
end if

----

The error that i am getting follows:

----

Microsoft JET Database Engine error '80040e10'

No value given for one or more required parameters.

/specter1/asp/poll1.asp, line 44

----

This is recieved whenever i make a selection. Can you please help?



Thanks in advance,


-- e c l i p t o i d . 3 3 0
-- Web Developer
-- Interactive Designer
Generalscrollbar colors Pin
Rickard Andersson2025-Sep-02 21:12
Rickard Andersson2025-Sep-02 21:12 
GeneralRe: scrollbar colors Pin
Paul Watson25-Sep-02 22:48
sitebuilderPaul Watson25-Sep-02 22:48 
GeneralRe: scrollbar colors Pin
Rickard Andersson2025-Sep-02 23:36
Rickard Andersson2025-Sep-02 23:36 
Questiongotdotnet.com "quote of the day" web service? Pin
zhoujun25-Sep-02 16:42
zhoujun25-Sep-02 16:42 
GeneralForce a stylesheet reload in IE Pin
Jan R Hansen25-Sep-02 10:53
Jan R Hansen25-Sep-02 10:53 
GeneralRe: Force a stylesheet reload in IE Pin
Roger Wright29-Sep-02 8:50
professionalRoger Wright29-Sep-02 8:50 
GeneralRe: Force a stylesheet reload in IE Pin
benjymous30-Sep-02 0:08
benjymous30-Sep-02 0:08 
QuestionHow can you map a network share in ASP with "net use" command? Pin
goddess_spanky25-Sep-02 5:55
goddess_spanky25-Sep-02 5:55 
AnswerRe: How can you map a network share in ASP with "net use" command? Pin
matthias s.29-Sep-02 21:40
matthias s.29-Sep-02 21:40 
GeneralDataRow error Pin
Rickard Andersson2025-Sep-02 4:09
Rickard Andersson2025-Sep-02 4:09 
GeneralRe: DataRow error Pin
Rickard Andersson2025-Sep-02 7:43
Rickard Andersson2025-Sep-02 7:43 
General<IFRAME> tag Pin
surfelport24-Sep-02 11:33
susssurfelport24-Sep-02 11:33 
GeneralRe: <iframe> tag Pin
Paul Watson24-Sep-02 20:50
sitebuilderPaul Watson24-Sep-02 20:50 
GeneralRe: <iframe> tag Pin
benjymous24-Sep-02 23:31
benjymous24-Sep-02 23:31 
GeneralRe: <iframe> tag Pin
Paul Watson25-Sep-02 0:18
sitebuilderPaul Watson25-Sep-02 0:18 
GeneralRe: <iframe> tag Pin
benjymous25-Sep-02 0:25
benjymous25-Sep-02 0:25 
GeneralJavascript: close window after printing Pin
AlexMarbus24-Sep-02 1:28
AlexMarbus24-Sep-02 1:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.