Thread: Mysql Problem

  1. #1
    Registered User
    Join Date
    Feb 2003
    Posts
    184

    Mysql Problem

    Hello everyone,

    I have run into a problem while using mysql with my c# application. The application has been running fine until I made some necessary changes. Now I am getting the following error:

    Commands out of sync; you can't run this command now.

    What does that mean? What causes that kind of error?

    Thanks a million,
    Kendal

  2. #2
    Registered User
    Join Date
    Feb 2003
    Posts
    184
    Nevermind, I found the problem. I had a DataReader that had not been closed on the connection that was causing the error.

    Thanks anyway,
    Kendal

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. WS_POPUP, continuation of old problem
    By blurrymadness in forum Windows Programming
    Replies: 1
    Last Post: 04-20-2007, 06:54 PM
  2. Laptop Problem
    By Boomba in forum Tech Board
    Replies: 1
    Last Post: 03-07-2006, 06:24 PM
  3. Installing MySQL
    By cerin in forum Tech Board
    Replies: 2
    Last Post: 02-18-2006, 12:30 PM
  4. Connecting to a mysql server and querying problem
    By Diod in forum C++ Programming
    Replies: 8
    Last Post: 02-13-2006, 10:33 AM
  5. Problem connecting to MySQL Database?
    By MrLucky in forum C++ Programming
    Replies: 5
    Last Post: 01-30-2006, 11:30 AM