Error in design time fith closing Query with FethAll = False

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
patyi
Posts: 14
Joined: Wed 01 Feb 2006 20:55

Error in design time fith closing Query with FethAll = False

Post by patyi » Wed 01 Feb 2006 21:16

When I closing a Query and FethAll is False I gat an error in design time
(D7, latest version of MyDAC): Project XXXX raised exception class EMySqlException with message 'Server shutdown in progress' process stoped ...

It is a bug, or I doing somthing wrong ? (sory for my english !)
(in version befor 4.30 this is not happen)

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Tue 07 Feb 2006 15:44

This is a bug, you should never see EMySqlException in design-time. You can see only EMyError exception.
Please send us (mydac*crlab*com) a complete small sample to demonstrate it, including script to create and fill table.
Also supply us following information
- Exact version of Delphi, C++ Builder or Kylix
- Exact version of MySQL server and MySQL client. You can see it in Info
sheet of TMyConnection Editor

Post Reply