Click here to Skip to main content
15,902,635 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionfree 70-315 model questions and answer Pin
spprofile2-Oct-07 21:29
spprofile2-Oct-07 21:29 
AnswerRe: free 70-315 model questions and answer Pin
Christian Graus2-Oct-07 21:38
protectorChristian Graus2-Oct-07 21:38 
QuestionPage Expires on Browser Back Pin
zubairy2-Oct-07 21:17
zubairy2-Oct-07 21:17 
AnswerRe: Page Expires on Browser Back Pin
Christian Graus2-Oct-07 21:22
protectorChristian Graus2-Oct-07 21:22 
GeneralRe: Page Expires on Browser Back Pin
zubairy2-Oct-07 21:39
zubairy2-Oct-07 21:39 
GeneralRe: Page Expires on Browser Back Pin
Christian Graus2-Oct-07 22:16
protectorChristian Graus2-Oct-07 22:16 
GeneralRe: Page Expires on Browser Back Pin
zubairy2-Oct-07 22:22
zubairy2-Oct-07 22:22 
QuestionProblem in Password Updation. Pin
nagendrathecoder2-Oct-07 21:10
nagendrathecoder2-Oct-07 21:10 
Hello guys,

I want to update my Access database. I can update all fields of the table except password field.

If i omit password field from the QuerryString, remaining fields are successfully updating. E.g.

QuerryString = "update Users set name=@name,emailid=@emailid,dob=@dob,address1=@address1,address2=@address2,city=@city,state=@state,pincode=@pincode,country=@country,accounttype=@accounttype,boss=@boss where username='ABC'";

This is successful.

But when i add password field to it, its showing syntax error in update stmt. e.g.

QuerryString="update Users set password=@password,name=@name,emailid=@emailid,dob=@dob,address1=@address1,address2=@address2,city=@city,state=@state,pincode=@pincode,country=@country,accounttype=@accounttype,boss=@boss where username='ABC'";

This is showing error:"Syntax Error in Update Stmt."

Can anyone help me?

Thanks,
Nagendra.

AnswerRe: Problem in Password Updation. Pin
Christian Graus2-Oct-07 21:21
protectorChristian Graus2-Oct-07 21:21 
GeneralRe: Problem in Password Updation. Pin
nagendrathecoder2-Oct-07 21:22
nagendrathecoder2-Oct-07 21:22 
GeneralRe: Problem in Password Updation. Pin
Christian Graus2-Oct-07 21:29
protectorChristian Graus2-Oct-07 21:29 
GeneralRe: Problem in Password Updation. Pin
nagendrathecoder2-Oct-07 21:38
nagendrathecoder2-Oct-07 21:38 
AnswerRe: Problem in Password Updation. Pin
N a v a n e e t h2-Oct-07 21:25
N a v a n e e t h2-Oct-07 21:25 
GeneralRe: Problem in Password Updation. Pin
nagendrathecoder2-Oct-07 21:37
nagendrathecoder2-Oct-07 21:37 
AnswerRe: Problem in Password Updation. Pin
Farhad Eft2-Oct-07 21:41
Farhad Eft2-Oct-07 21:41 
QuestionThe best way to get categories names by their IDs Pin
Farhad Eft2-Oct-07 21:04
Farhad Eft2-Oct-07 21:04 
AnswerRe: The best way to get categories names by their IDs Pin
Christian Graus2-Oct-07 21:07
protectorChristian Graus2-Oct-07 21:07 
GeneralRe: The best way to get categories names by their IDs Pin
Farhad Eft2-Oct-07 21:29
Farhad Eft2-Oct-07 21:29 
GeneralRe: The best way to get categories names by their IDs Pin
Farhad Eft2-Oct-07 21:44
Farhad Eft2-Oct-07 21:44 
AnswerRe: The best way to get categories names by their IDs Pin
John-ph2-Oct-07 21:51
John-ph2-Oct-07 21:51 
GeneralRe: The best way to get categories names by their IDs Pin
Farhad Eft2-Oct-07 21:55
Farhad Eft2-Oct-07 21:55 
Questionshow counter in repeater control Pin
Farhad Eft2-Oct-07 21:01
Farhad Eft2-Oct-07 21:01 
AnswerRe: show counter in repeater control Pin
Christian Graus2-Oct-07 21:05
protectorChristian Graus2-Oct-07 21:05 
AnswerRe: show counter in repeater control Pin
N a v a n e e t h2-Oct-07 21:23
N a v a n e e t h2-Oct-07 21:23 
Questionhow to get a folder browser in asp.net Pin
jagadee2-Oct-07 20:54
jagadee2-Oct-07 20:54 

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.