OCIBreak

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
pvs

OCIBreak

Post by pvs » Thu 27 Apr 2006 01:12

How i can cancel OracleDataReader.Read() and other operations that can take a long time from anoher thread?

Does CoreLab OraDirect .NET support OCIBreak?

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Thu 27 Apr 2006 06:20

You can get this functionality by calling OracleCommand.Cancel()

Post Reply