Application Freezing Until finish Query Work

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
triangle
Posts: 1
Joined: Tue 19 Apr 2011 12:47

Application Freezing Until finish Query Work

Post by triangle » Tue 19 Apr 2011 13:03

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

AndreyZ

Post by AndreyZ » Wed 20 Apr 2011 08:38

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.

Post Reply