Article ID: 828530 - Last Review: May 26, 2006 - Revision: 1.4

FIX: The OracleClient object does not raise the NO_DATA_FOUND type of exception in the .NET Framework 1.1

Expand all | Collapse all

SYMPTOMS

In the Microsoft .NET Framework 1.1, the OracleClient object does not raise the NO_DATA_FOUND type of exception. For example, the following stored procedure does not raise an exception:
CREATE OR REPLACE 
PROCEDURE ora_no_data  (par1 in out number) is

begin
par1:=9;
raise NO_DATA_FOUND; -- Any other statement could return this error
par1:=99; 
end;

RESOLUTION

To resolve this problem, obtain the latest service pack for the Microsoft .NET Framework 1.1. For more information, click the following article number to view the article in the Microsoft Knowledge Base:
885055  (http://support.microsoft.com/kb/885055/ ) How to obtain Microsoft .NET Framework 1.1 Service Pack 1

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

MORE INFORMATION

For more information, click the following article number to view the article in the Microsoft Knowledge Base:
824684  (http://support.microsoft.com/kb/824684/ ) Description of the standard terminology that is used to describe Microsoft software updates
The third-party products that this article discusses are manufactured by companies that are independent of Microsoft. Microsoft makes no warranty, implied or otherwise, regarding the performance or reliability of these products.

APPLIES TO
  • Microsoft .NET Framework 1.1
Keywords: 
kbhotfixserver kbbug kbfix kbqfe kbnetframe110presp1fix KB828530
 

Article Translations

 

Related Support Centers