ReceiveHeader: Net packets out of order: received[75], 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
eduardosic
Posts: 387
Joined: Fri 18 Nov 2005 00:26
Location: Brazil

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

Post by eduardosic » Mon 13 Mar 2006 05:49

Hello,

The error happens with TMyQuery

Code:
myQuery.Close;
myQuery.Prepare;
myQuery.Execute;

SQL:
Call Test();

SQL of procedure Test():
Select 1;

the error happens in the second execution of query.

if I not to call the method Prepare the error do not happen. It is necessary to call the method Prepares to execute Procedures?


****
Delphi 7.0 4.453
myDAC 4.30.0.11
mySQL server 5.0.18 nt-max.

eduardosic
Posts: 387
Joined: Fri 18 Nov 2005 00:26
Location: Brazil

not a bug of myDAC.

Post by eduardosic » Mon 13 Mar 2006 05:55

I verified its reply in a previous topic.

http://www.crlab.com/forums/viewtopic.php?t=3078

... excuse :lol:

Post Reply