MyDac or MySql error ??

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
CFaiga
Posts: 14
Joined: Sun 12 Feb 2006 09:28

MyDac or MySql error ??

Post by CFaiga » Wed 28 Jun 2006 16:09

Hi

I am run MySql Version 5.0.21 and MyDac under Delphi 7 using
Midas


some times when calling a Stored Procedure I get this error

Code:2014 -- Commands out of sync; You can't run this command now
Code:1156 -- ReceiveHeader: Net packets out of order: received[5], expected[1]]

any Ideas on how to fix this ?

Charles

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Thu 29 Jun 2006 12:01

We know about similar MySQL Server protocol bug. It was discussed in this topic. If you think you have different problem, please send us (mydac*crlab*com) a complet small sample to demonstrate it, including script to create and fill table.

Post Reply