Net packets out of order: received[6] expecte[1]

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Juliano Porto Alvarenga
Posts: 1
Joined: Mon 22 Mar 2010 12:34
Location: Campo Belo-MG-Brasil

Net packets out of order: received[6] expecte[1]

Post by Juliano Porto Alvarenga » Mon 22 Mar 2010 12:59

I have a problem with TMyStoredProc component ....

The fist run, it's ok.. but, the second time wich I try to use any component like TMyQuery or TMyStoredProc, using the same conection I have this error:

Net packets out of order: received[6] expecte[1]

If I reconnet the connection component, there is no problem, but, making it I lose performance.

Mydac version is 5.90.056
Mysql version is 5.1.44 for windows

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Mon 22 Mar 2010 13:51

I can not reproduce the problem.
Please send me a complete small sample to dmitryg*devart*com to demonstrate it, including script to create database objects.

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

Re: Net packets out of order: received[6] expecte[1]

Post by eduardosic » Mon 22 Mar 2010 22:45

Please, show the code used to execute the procedure.. or send a small sample for Devart team.

Post Reply