ReceiveHeader: Net packets out of order: received[75], expected[1].
Posted: 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.
			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.