how to delete in Mysql

Posted by Ian Moss on Stack Overflow See other posts from Stack Overflow or by Ian Moss
Published on 2011-03-03T07:21:38Z Indexed on 2011/03/03 7:25 UTC
Read the original article Hit count: 269

Filed under:
|
|
|

i want to delete a element in mysql. the problem is that my connection not succesfully open and they give me error unable to connect even same connectionstring work elsewhere in current project.

well when my code open the connection they work fine. but a small function try to delete a row in Mysql. i am confused what is goes wrong because :-

same connectionstring work elsewhere in project i trying but a function only have a project [unable to connect]

the [unable to connect] problem come when my code trying to delete the rows in mysql. i use sqlyog to open the connection and they work fine as other code work and their is no problem i got when i run the command on sqlyog.

conclusion:- why connection not open if they work elsewhere in the project and in also in sqlyog. any reason for unable to connect.

because connection can not open offcourse command never run so what is reason upon the connection unable to connect.

well any suggestion , thing you feel and trick you have to solve this issue i have.

thanks

© Stack Overflow or respective owner

Related posts about mysql

Related posts about error