ReceiveCompHeader: Net packets out of order

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ben
Posts: 119
Joined: Wed 17 Nov 2004 19:48

ReceiveCompHeader: Net packets out of order

Post by ben » Sun 09 Mar 2008 18:26

ReceiveCompHeader: Net packets out of order: received[1], expected[2].

What is that? I never seen that before!

Help please!

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Tue 11 Mar 2008 07:30

There may be one of the following reasons:
- some bug of MySQL server related to stored procedures returning recordsets. They are described in MyDAC FAQ.
- working with a connection object from several threads.

If you have encountered another problem, please provide more detailed information about it, or send me a complete small sample at mydac*crlab*com to demonstrate it, including script to create server objects.
Also supply me the following information:
- exact version of MyDAC. You can see it in the About sheet of TMyConnection Editor;
- exact version of your IDE;
- exact version of MySQL server and client. You can see it in the Info sheet of TMyConnection Editor.

Post Reply