Page 1 of 1

Correctly call BreakExec

Posted: Sat 01 Sep 2012 11:46
by sinys
OraQuery.NonBlocking := False;

How I can correctly call OraQuery.BreakExec for my secondary thread with OraQuery.Open?

Sometimes it works fine (OraQuery.BreakExec), but sometimes after OraQuery.BreakExec when I try FreeAndNil(SecondaryThreadWithSQLExec); my application hangs.

Re: Correctly call BreakExec

Posted: Mon 03 Sep 2012 10:23
by bork
Hello

We cannot reproduce your issue with application hanging. Please send us (at borism*devart*com) a small sample application that hangs on TOraQuery.BreakExec calling.