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

C#

 
QuestionPDF Editing Pin
candogu27-May-12 21:44
candogu27-May-12 21:44 
AnswerRe: PDF Editing Pin
AmitGajjar27-May-12 22:00
professionalAmitGajjar27-May-12 22:00 
AnswerRe: PDF Editing Pin
CodingLover28-May-12 17:57
CodingLover28-May-12 17:57 
Questionfrom array byte to bitmap Pin
heba abu ghaleih22 26-May-12 18:30
heba abu ghaleih22 26-May-12 18:30 
AnswerRe: from array byte to bitmap Pin
OriginalGriff26-May-12 21:15
mveOriginalGriff26-May-12 21:15 
GeneralRe: from array byte to bitmap Pin
BobJanova28-May-12 0:09
BobJanova28-May-12 0:09 
GeneralRe: from array byte to bitmap Pin
nortee28-May-12 11:00
nortee28-May-12 11:00 
QuestionC# code error Pin
nitish_0726-May-12 8:30
nitish_0726-May-12 8:30 
I have a button in my form and on click of that button I am writing this code....
OdbcCommand cmd ;
cmd = new OdbcCommand(abc, cn);
cmd.CommandType = CommandType.StoredProcedure;
cmd.ExecuteNonQuery();


I have made a procedure named abc in database which is returning only one row from login table..So i am just checking that on click of that button my procedure should run but while debugging when i come to cmd.ExecuteQuery() it throws following error..



ERROR [42000] [MySQL][ODBC 5.1 Driver][mysqld-5.0.77-community-nt]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near abc() at line 1.


So plz tell me what should be the problem.
AnswerRe: C# code error Pin
Luc Pattyn26-May-12 8:49
sitebuilderLuc Pattyn26-May-12 8:49 
AnswerRe: C# code error Pin
OriginalGriff26-May-12 21:18
mveOriginalGriff26-May-12 21:18 
AnswerRe: C# code error Pin
Richard MacCutchan26-May-12 21:29
mveRichard MacCutchan26-May-12 21:29 
AnswerRe: C# code error Pin
AmitGajjar27-May-12 19:47
professionalAmitGajjar27-May-12 19:47 
Questioncan anyone help me plz? Pin
lida zar26-May-12 8:00
lida zar26-May-12 8:00 
AnswerRe: can anyone help me plz? Pin
Abhinav S26-May-12 8:07
Abhinav S26-May-12 8:07 
AnswerRe: can anyone help me plz? Pin
Dave Kreskowiak26-May-12 10:38
mveDave Kreskowiak26-May-12 10:38 
AnswerRe: can anyone help me plz? Pin
Pete O'Hanlon26-May-12 10:54
mvePete O'Hanlon26-May-12 10:54 
AnswerRe: can anyone help me plz? Pin
AmitGajjar27-May-12 19:48
professionalAmitGajjar27-May-12 19:48 
AnswerRe: can anyone help me plz? Pin
jschell28-May-12 7:42
jschell28-May-12 7:42 
AnswerRe: can anyone help me plz? Pin
Alan Balkany29-May-12 5:16
Alan Balkany29-May-12 5:16 
QuestionI want to find a job to learning at outside!!! Pin
vubao_ctk2926-May-12 4:39
vubao_ctk2926-May-12 4:39 
AnswerRe: I want to find a job to learning at outside!!! Pin
OriginalGriff26-May-12 4:47
mveOriginalGriff26-May-12 4:47 
GeneralRe: I want to find a job to learning at outside!!! Pin
vubao_ctk2926-May-12 5:47
vubao_ctk2926-May-12 5:47 
AnswerRe: I want to find a job to learning at outside!!! Pin
jschell26-May-12 7:15
jschell26-May-12 7:15 
AnswerRe: I want to find a job to learning at outside!!! Pin
Abhinav S26-May-12 8:08
Abhinav S26-May-12 8:08 
AnswerRe: I want to find a job to learning at outside!!! Pin
dojohansen27-May-12 6:46
dojohansen27-May-12 6:46 

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.