CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2006
    Posts
    352

    PHP mysqlnd: wrong error

    After running sql, which was prepared by stmt, and after that executed...
    I've receieved error:
    Code:
    COMMANDS OUT OF SYNC; YOU CAN'T RUN THIS COMMAND NOW
    I know what this error means.
    This made me to lost 2 hours by debuging script and then activating mysql debug trace!

    Problem was that during creation of mysqli instance, I've supplied wrong database name!

    I was so pissed off!

    If I did get a CORRECT error, I wouldn't have to go through all of this time wasting debuging!

    Versions:
    PHP: 5.3.0alpha3 - WinXP
    MySQL: 5.1.30 - WinXP

    Is this a bug?
    Ipsens

  2. #2
    Join Date
    Jul 2005
    Location
    Currently in Mexico City
    Posts
    568

    Re: PHP mysqlnd: wrong error

    beat mysqli's authors faces out XD
    Wanna install linux on a vacuum cleaner. Could anyone tell me which distro sucks better?

    I had a nightmare last night. I was dreaming that I’m 64-bit and my blanket is 32-bit and I couldn’t cover myself with it, so I’ve spent the whole night freezing. And in the morning I find that my blanket just had fallen off the bed. =S (from: bash.org.ru)

    //always looking for job opportunities in AU/NZ/US/CA/Europe :P
    willCodeForFood(Arrays.asList("Java","PHP","C++","bash","Assembler","XML","XHTML","CSS","JS","PL/SQL"));

    USE [code] TAGS! Read this FAQ if you are new here. If this post was helpful, please rate it!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured