Microsoft KB Archive/828530

From BetaArchive Wiki
Knowledge Base


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

Article ID: 828530

Article Last Modified on 5/26/2006



APPLIES TO

  • Microsoft .NET Framework 1.1




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:

[[Microsoft KB Archive|]]


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 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.

Keywords: kbbug kbfix kbqfe kbnetframe110presp1fix kbhotfixserver KB828530