Click here to Skip to main content
15,888,351 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
AnswerRe: What about OpenSuse for home use? Pin
Eddy Vluggen4-Jun-12 23:36
professionalEddy Vluggen4-Jun-12 23:36 
AnswerRe: What about OpenSuse for home use? Pin
Bernhard Hiller5-Jun-12 3:36
Bernhard Hiller5-Jun-12 3:36 
GeneralRe: What about OpenSuse for home use? Pin
Jwalant Natvarlal Soneji5-Jun-12 6:04
Jwalant Natvarlal Soneji5-Jun-12 6:04 
GeneralRe: What about OpenSuse for home use? Pin
Bernhard Hiller5-Jun-12 21:03
Bernhard Hiller5-Jun-12 21:03 
Questionquery not executing Pin
nitish_0731-May-12 3:12
nitish_0731-May-12 3:12 
AnswerRe: query not executing Pin
Bernhard Hiller31-May-12 23:56
Bernhard Hiller31-May-12 23:56 
AnswerRe: query not executing Pin
Diana Weiss13-Jun-12 1:46
Diana Weiss13-Jun-12 1:46 
Questionsql error Pin
nitish_0726-May-12 8:27
nitish_0726-May-12 8:27 
XML
I have a button in my form and on click of that button I am writing this code....
<pre>
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: sql error Pin
CodingLover28-May-12 17:51
CodingLover28-May-12 17:51 
GeneralRe: sql error Pin
nitish_0730-May-12 0:59
nitish_0730-May-12 0:59 
Questiondeleting element without inbuilt functns Pin
AndyInUK25-May-12 11:23
AndyInUK25-May-12 11:23 
AnswerRe: deleting element without inbuilt functns Pin
Graham Breach26-May-12 0:32
Graham Breach26-May-12 0:32 
AnswerRe: deleting element without inbuilt functns Pin
CodingLover30-May-12 15:55
CodingLover30-May-12 15:55 
QuestionWhy does my output get nestled like crap? Pin
alekksh24-May-12 12:58
alekksh24-May-12 12:58 
AnswerRe: Why does my output get nestled like crap? Pin
Peter_in_278024-May-12 16:08
professionalPeter_in_278024-May-12 16:08 
GeneralRe: Why does my output get nestled like crap? Pin
alekksh24-May-12 21:50
alekksh24-May-12 21:50 
GeneralRe: Why does my output get nestled like crap? Pin
Peter_in_278024-May-12 22:07
professionalPeter_in_278024-May-12 22:07 
Questionpdo php more specific error Pin
AndyInUK9-May-12 5:38
AndyInUK9-May-12 5:38 
AnswerRe: pdo php more specific error Pin
Peter_in_278013-May-12 15:04
professionalPeter_in_278013-May-12 15:04 
AnswerRe: pdo php more specific error Pin
CodingLover28-May-12 17:53
CodingLover28-May-12 17:53 
QuestionManaging Machines on the same Network Pin
RAMOSA12-Apr-12 14:22
RAMOSA12-Apr-12 14:22 
SuggestionRe: Managing Machines on the same Network Pin
Richard MacCutchan12-Apr-12 21:30
mveRichard MacCutchan12-Apr-12 21:30 
AnswerRe: Managing Machines on the same Network Pin
Albert Holguin16-Apr-12 5:13
professionalAlbert Holguin16-Apr-12 5:13 
Questionneed equivalent function to PLAYSOUND for playing sound in LINUX Pin
v.venki8829-Mar-12 19:55
v.venki8829-Mar-12 19:55 
AnswerRe: need equivalent ... Repost Pin
Richard MacCutchan29-Mar-12 22:33
mveRichard MacCutchan29-Mar-12 22:33 

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.