Error: 2014 - CR_COMMANDS_OUT_OF_SYNC

  • Share
  • Share

Description:
Message: Commands out of sync; you can’t run this command now

MySql-Client , , , , , , , , ,

  1. admin
    April 8th, 2009 at 15:11 | #1

    Make sure that client functions are called in correct order. Solutions to common scenarios:
    a. If you are using mysql_use_result(), don’t execute a new query before calling mysql_free_result().
    b. Call mysql_use_result() or mysql_store_result() in between of two queries that return data.

  1. No trackbacks yet.