ReceiveHeader : Net packets out of order: received[105], expected[1]

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
oquz
Posts: 11
Joined: Mon 02 Jan 2006 15:16

ReceiveHeader : Net packets out of order: received[105], expected[1]

Post by oquz » Mon 02 Jan 2006 15:20

Hi,

My error message in FastReport with TfrxMyDACQuery

"ReceiveHeader : Net packets out of order: received[105], expected[1]"

SQL = 'select current_time;'

please help me!.

oquz
Posts: 11
Joined: Mon 02 Jan 2006 15:16

ok

Post by oquz » Mon 02 Jan 2006 15:31

ok

problem is resolved;


old sql : "select current_time;"

new sql : "select current_time"

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Tue 03 Jan 2006 10:00

Please supply us following information

- Exact version of Delphi, C++ Builder or Kylix
- Exact version of MyDAC. You can see it in About sheet of TMyConnection Editor
- Exact version of MySQL server and MySQL client. You can see it in Info sheet of TMyConnection Editor

Post Reply