TMyConnection.Direct

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Benjamin
Posts: 5
Joined: Thu 02 Feb 2006 10:01

TMyConnection.Direct

Post by Benjamin » Thu 02 Feb 2006 10:11

Hi,

I'm trying the MyDac components version 4.30.0.10 Trial with Delphi 2005.
The only problem I have encountered so far is to do with the TMyConnection component. If I set its Direct property to False everything works fine but if I set it to True, whatever I do (Open a TMyTable, sorting, etc.) an error is raised 'EMySQLException with message #08S01 server shutdown in progress'.

Does anyone have any idea about what the cause of this problem might be?

Thanks a lot in advance...

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

Post by Ikar » Tue 07 Feb 2006 15:44

Most possible it is a problem with FetchAll = False mode. Do you encounter this problem in run-time debugger or in design-time?

Post Reply