Page 1 of 1

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

Posted: Mon 13 Mar 2006 05:49
by eduardosic
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.

not a bug of myDAC.

Posted: Mon 13 Mar 2006 05:55
by eduardosic
I verified its reply in a previous topic.

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

... excuse :lol: