breakexec with SQlite and MSAccess

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
flatline
Posts: 2
Joined: Thu 07 Apr 2011 15:07

breakexec with SQlite and MSAccess

Post by flatline » Thu 07 Apr 2011 16:08

We are evaluatin UniDAC and we are tring to interrupt long running queries.
The main thread creates the connection and the secondary thread, this secondary thread creates the query and execute it, we then use a button in the main thread to call the BreakExec method of the query.

With MySQL the query is correctly interrupted.

Do someone has a working exemple with SQLite ?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Fri 08 Apr 2011 07:37

Hello,

Please specify your email address, and I will send you the sample project.

flatline
Posts: 2
Joined: Thu 07 Apr 2011 15:07

Post by flatline » Fri 08 Apr 2011 09:22

Thank you, you can send it to devart at fastflow dot it.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Fri 08 Apr 2011 09:41

Hello,

I have sent you the sample project to the specified email.

Post Reply