Could I abort a query while running?

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for Oracle in Delphi and C++Builder
Post Reply
wingtang
Posts: 12
Joined: Wed 19 Aug 2009 01:21

Could I abort a query while running?

Post by wingtang » Mon 03 May 2010 03:31

Hello,
I use dbExpress driver for Oracle to build-up a 3-tiers application, and my application server used the TCRSQLConnection to make a link with Oracle 10g server. Now I try to make a function that could abort the query while it is running, and ensure that connection in the Borland Socket Server is offline,too, is it possible?

bork
Devart Team
Posts: 649
Joined: Fri 12 Mar 2010 07:55

Post by bork » Wed 05 May 2010 15:15

Hello

Borland dbExpress technology doesn't support any functions or methods that allow you to terminate query that is executing. Our dbExpress driver supports dbExress interface completely. But we doesn't have any possibility to expand dbExpress interface and add any new function (for example to terminate query that is executing).

Post Reply