Page 1 of 1

Application Freezing Until finish Query Work

Posted: Tue 19 Apr 2011 13:03
by triangle
Queries is Freeze Application on Working, (Like StorageProcedure Using, Or Huge Insert Delete Sql);

UniQueries Has a Event For This?

Or

How Can I Use an Dataset Object with Threat or application.processMessage In Delphi ?

Thanks For Help And Sorry My English

Posted: Wed 20 Apr 2011 08:38
by AndreyZ
Hello,

The only way to avoid application freezing is to run long time queries or stored procedures in another thread with a lower priority than in the main thread.