Click here to Skip to main content
15,887,214 members
Home / Discussions / C#
   

C#

 
QuestionDebugging Pin
frommi24-Jun-09 0:15
frommi24-Jun-09 0:15 
AnswerRe: Debugging Pin
Manas Bhardwaj24-Jun-09 0:24
professionalManas Bhardwaj24-Jun-09 0:24 
Questionc# Pin
Balaji Pawar23-Jun-09 23:53
Balaji Pawar23-Jun-09 23:53 
AnswerRe: c# Pin
Sk9323-Jun-09 23:55
Sk9323-Jun-09 23:55 
GeneralRe: c# Pin
Balaji Pawar24-Jun-09 5:48
Balaji Pawar24-Jun-09 5:48 
GeneralRe: c# Pin
Sk9324-Jun-09 5:52
Sk9324-Jun-09 5:52 
AnswerRe: c# Pin
Manas Bhardwaj24-Jun-09 0:26
professionalManas Bhardwaj24-Jun-09 0:26 
Questionupdate query in windows application with ms access as database Pin
J.K.Sharma23-Jun-09 23:20
J.K.Sharma23-Jun-09 23:20 
Hi I have a problem in my windows application with ms access 2007 as database.
The problem is that the update query to change password is giving error.

the code i used is

string qry1 = "update log_in set password='" + txtnew.Text.Trim() + "' where userid='" + txtuser.Text + "'";
cmd = new OleDbCommand(qry1, con);
cmd.ExecuteNonQuery();
MessageBox.Show("Password changes Sucessfully");


the error is "Syntax error in UPDATE statement."

please answer. thanks in advance

J.K.Sharma
AnswerRe: update query in windows application with ms access as database Pin
Sk9323-Jun-09 23:26
Sk9323-Jun-09 23:26 
GeneralRe: update query in windows application with ms access as database Pin
Robert_Pan24-Jun-09 0:12
Robert_Pan24-Jun-09 0:12 
GeneralRe: update query in windows application with ms access as database Pin
J.K.Sharma24-Jun-09 21:41
J.K.Sharma24-Jun-09 21:41 
GeneralRe: crystal report problem Pin
J.K.Sharma24-Jun-09 21:48
J.K.Sharma24-Jun-09 21:48 
GeneralRe: crystal report problem Pin
Sk9324-Jun-09 21:53
Sk9324-Jun-09 21:53 
GeneralRe: crystal report problem Pin
J.K.Sharma24-Jun-09 22:08
J.K.Sharma24-Jun-09 22:08 
AnswerRe: crystal report problem Pin
Sk9324-Jun-09 22:36
Sk9324-Jun-09 22:36 
AnswerRe: update query in windows application with ms access as database Pin
Christian Graus23-Jun-09 23:42
protectorChristian Graus23-Jun-09 23:42 
JokeRe: update query in windows application with ms access as database Pin
Sk9323-Jun-09 23:46
Sk9323-Jun-09 23:46 
QuestionDynamically show images in crystal report Pin
KIDYA23-Jun-09 23:06
KIDYA23-Jun-09 23:06 
AnswerRe: Dynamically show images in crystal report Pin
Sk9323-Jun-09 23:18
Sk9323-Jun-09 23:18 
Questioncodes on data or text mining Pin
awedreh23-Jun-09 22:51
awedreh23-Jun-09 22:51 
AnswerRe: codes on data or text mining Pin
Simon P Stevens23-Jun-09 22:56
Simon P Stevens23-Jun-09 22:56 
AnswerRe: codes on data or text mining Pin
Christian Graus23-Jun-09 23:04
protectorChristian Graus23-Jun-09 23:04 
AnswerRe: codes on data or text mining Pin
Manas Bhardwaj23-Jun-09 23:11
professionalManas Bhardwaj23-Jun-09 23:11 
AnswerRe: codes on data or text mining Pin
OriginalGriff24-Jun-09 3:40
mveOriginalGriff24-Jun-09 3:40 
QuestionHeirarchy in DataGridView Pin
Zeeshan Ahmed Memon23-Jun-09 22:36
Zeeshan Ahmed Memon23-Jun-09 22:36 

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.