Page 1 of 1

Support Breakexec Method ?

Posted: Fri 22 Apr 2005 08:16
by ysyang
Im use Delphi 6 / MyDAC 3.50.0.18
I know ODAC BreakExec method.
Is there a way in MyDAC to abort a Query?
Is there a similar way in MyDAC to do this?

Thanks

Posted: Fri 22 Apr 2005 14:35
by Ikar
MySQL Server in difference from Oracle doesn't provide such functionality. The only way, using TMyServerControl.KillProcess() destroy a session. Probably, setting short CommandTimeout also will be necessary.

Posted: Sat 23 Apr 2005 03:15
by ysyang
Thank you ^^