Click here to Skip to main content
15,906,106 members
Home / Discussions / Database
   

Database

 
QuestionSaving Bitmap File To MS Access 2003 Problem Pin
cyberE-gor17-Mar-08 8:32
cyberE-gor17-Mar-08 8:32 
GeneralRe: Saving Bitmap File To MS Access 2003 Problem Pin
Christian Graus17-Mar-08 10:09
protectorChristian Graus17-Mar-08 10:09 
GeneralSQL DTS Pin
kibromg17-Mar-08 7:08
kibromg17-Mar-08 7:08 
GeneralRe: SQL DTS Pin
Mark J. Miller17-Mar-08 9:58
Mark J. Miller17-Mar-08 9:58 
GeneralSQL reporting Services 2000 Pin
imnotso#17-Mar-08 5:09
imnotso#17-Mar-08 5:09 
Questionhow to insert datatable rows into database ??????? Pin
md_azy17-Mar-08 0:29
md_azy17-Mar-08 0:29 
GeneralRe: how to insert datatable rows into database ??????? Pin
Mark J. Miller17-Mar-08 4:25
Mark J. Miller17-Mar-08 4:25 
GeneralERROR ON UPDATE QUERY Pin
Sadaf Naeem16-Mar-08 19:15
Sadaf Naeem16-Mar-08 19:15 
the code in my application is:

OleDbCommand com = new OleDbCommand();
com.Connection = con;
com.CommandText = "UPDATE tblUsers SET Password=? WHERE UserName=?";

com.Parameters.Add("UserName", OleDbType.WChar);
com.Parameters.Add("Password", OleDbType.WChar);


com.Parameters["UserName"].Value = this.UserName;
com.Parameters["Password"].Value = this.txtPassword1.Text;

-------------------------------------------------------------------------------

When I run the application , it gives the syntax error in update query.
I am unable to find where I am going wrong
Kindly help me!

Sadaf

GeneralRe: ERROR ON UPDATE QUERY Pin
Khawar Abbas116-Mar-08 19:55
Khawar Abbas116-Mar-08 19:55 
GeneralRe: ERROR ON UPDATE QUERY Pin
pmarfleet16-Mar-08 22:10
pmarfleet16-Mar-08 22:10 
GeneralRe: ERROR ON UPDATE QUERY Pin
Khawar Abbas116-Mar-08 22:42
Khawar Abbas116-Mar-08 22:42 
GeneralRe: ERROR ON UPDATE QUERY Pin
Sadaf Naeem16-Mar-08 23:10
Sadaf Naeem16-Mar-08 23:10 
GeneralRe: ERROR ON UPDATE QUERY Pin
pmarfleet17-Mar-08 10:17
pmarfleet17-Mar-08 10:17 
GeneralRe: ERROR ON UPDATE QUERY Pin
sumit703417-Mar-08 0:00
sumit703417-Mar-08 0:00 
GeneralRe: ERROR ON UPDATE QUERY Pin
Blue_Boy17-Mar-08 3:32
Blue_Boy17-Mar-08 3:32 
GeneralRe: ERROR ON UPDATE QUERY Pin
Pete O'Hanlon18-Mar-08 12:41
mvePete O'Hanlon18-Mar-08 12:41 
GeneralRe: ERROR ON UPDATE QUERY Pin
Blue_Boy19-Mar-08 7:24
Blue_Boy19-Mar-08 7:24 
GeneralRe: ERROR ON UPDATE QUERY Pin
Pete O'Hanlon21-Mar-08 11:53
mvePete O'Hanlon21-Mar-08 11:53 
GeneralRe: ERROR ON UPDATE QUERY Pin
Blue_Boy29-Mar-08 13:01
Blue_Boy29-Mar-08 13:01 
GeneralMaking Multiple "Copies" of a Database Pin
Brendan Vogt16-Mar-08 0:42
Brendan Vogt16-Mar-08 0:42 
GeneralRe: Making Multiple "Copies" of a Database Pin
pmarfleet16-Mar-08 0:47
pmarfleet16-Mar-08 0:47 
AnswerRe: Making Multiple "Copies" of a Database Pin
Brendan Vogt16-Mar-08 0:53
Brendan Vogt16-Mar-08 0:53 
QuestionRe: Making Multiple "Copies" of a Database Pin
Brendan Vogt16-Mar-08 1:00
Brendan Vogt16-Mar-08 1:00 
GeneralRe: Making Multiple "Copies" of a Database Pin
pmarfleet16-Mar-08 1:50
pmarfleet16-Mar-08 1:50 
GeneralRe: Making Multiple "Copies" of a Database Pin
Syed Mehroz Alam18-Mar-08 9:47
Syed Mehroz Alam18-Mar-08 9:47 

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.