Page 1 of 1

TMyConnection.Direct

Posted: Thu 02 Feb 2006 10:11
by Benjamin
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...

Posted: Tue 07 Feb 2006 15:44
by Ikar
Most possible it is a problem with FetchAll = False mode. Do you encounter this problem in run-time debugger or in design-time?