Click here to Skip to main content
15,907,236 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionresponse.redirect(..) Pin
habeb5-Nov-06 23:18
habeb5-Nov-06 23:18 
AnswerRe: response.redirect(..) Pin
gspowar6-Nov-06 0:39
gspowar6-Nov-06 0:39 
GeneralRe: response.redirect(..) Pin
Nitin19816-Nov-06 3:11
Nitin19816-Nov-06 3:11 
Questionhow to store state of form after response.redirect Pin
dj.rock5-Nov-06 23:02
dj.rock5-Nov-06 23:02 
AnswerRe: how to store state of form after response.redirect Pin
kumarprabhakar745-Nov-06 23:58
kumarprabhakar745-Nov-06 23:58 
GeneralRe: how to store state of form after response.redirect Pin
dj.rock6-Nov-06 17:31
dj.rock6-Nov-06 17:31 
Questionparallel cellular automata Pin
MozhdehQeraati5-Nov-06 22:56
MozhdehQeraati5-Nov-06 22:56 
QuestionOperation must use an updateable query--> what error is? Pin
rockxuyenmandem5-Nov-06 22:53
rockxuyenmandem5-Nov-06 22:53 
CustCMD.CommandText = "INSERT INTO QuestionDetail(QuestionDetailID,DateofCreate, " & _
" Content,TimeofQuestion,OptionType,Answer1,Answer2,Answer3,Answer4,Answer5,Result1," & _
" Result2,Result3,Result4,Result5)Values('" & _
strQuestionDetailID & "','" & txtDate.Text & " ','" & strContent & "'," & _
intTimeofQuestion & "," & chkOptionType.Checked & ",'" & strAnswer1 & "','" & _
strAnswer2 & "','" & strAnswer3 & "','" & strAnswer4 & "','" & _
strAnswer5 & "'," & chkResult1.Checked & "," & chkResult2.Checked & "," & _
chkResult3.Checked & "," & chkResult4.Checked & "," & chkResult5.Checked & ")"

Try
objConn.OpenCnn(strConnection)
CustCMD.Connection = objConn.Conn
CustCMD.ExecuteNonQuery()
---------------------------
I have error message:Operation must use an updateable query.
when trying to insert a record into database, can everybody tell me what error is and how to solve it.
Thanks everebody very much Big Grin | :-D



I tried so hard and got so far

AnswerRe: Operation must use an updateable query--> what error is? Pin
just3ala25-Nov-06 23:01
just3ala25-Nov-06 23:01 
GeneralRe: Operation must use an updateable query--> what error is? Pin
rockxuyenmandem7-Nov-06 17:12
rockxuyenmandem7-Nov-06 17:12 
AnswerRe: Operation must use an updateable query--> what error is? Pin
coolestCoder5-Nov-06 23:05
coolestCoder5-Nov-06 23:05 
GeneralRe: Operation must use an updateable query--> what error is? Pin
rockxuyenmandem7-Nov-06 17:15
rockxuyenmandem7-Nov-06 17:15 
AnswerRe: Operation must use an updateable query--> what error is? Pin
Guffa6-Nov-06 1:03
Guffa6-Nov-06 1:03 
GeneralRe: Operation must use an updateable query--> what error is? Pin
rockxuyenmandem7-Nov-06 17:16
rockxuyenmandem7-Nov-06 17:16 
AnswerRe: Operation must use an updateable query--> what error is? Pin
Guffa7-Nov-06 21:49
Guffa7-Nov-06 21:49 
GeneralRe: Operation must use an updateable query--> what error is? Pin
rockxuyenmandem8-Nov-06 15:45
rockxuyenmandem8-Nov-06 15:45 
AnswerRe: Operation must use an updateable query--> what error is? Pin
Coding C#6-Nov-06 3:22
Coding C#6-Nov-06 3:22 
GeneralRe: Operation must use an updateable query--> what error is? Pin
rockxuyenmandem7-Nov-06 17:20
rockxuyenmandem7-Nov-06 17:20 
QuestionConverting Problem Pin
monika_vasvani5-Nov-06 22:21
monika_vasvani5-Nov-06 22:21 
AnswerRe: Converting Problem Pin
just3ala25-Nov-06 22:54
just3ala25-Nov-06 22:54 
AnswerRe: Converting Problem Pin
coolestCoder5-Nov-06 23:00
coolestCoder5-Nov-06 23:00 
AnswerRe: Converting Problem Pin
InsDev6-Nov-06 0:55
InsDev6-Nov-06 0:55 
QuestionEmail verification Pin
isaii5-Nov-06 21:57
isaii5-Nov-06 21:57 
AnswerRe: Email verification Pin
just3ala25-Nov-06 22:48
just3ala25-Nov-06 22:48 
GeneralRe: Email verification Pin
isaii6-Nov-06 13:44
isaii6-Nov-06 13:44 

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.