FIX: The OracleClient object does not raise the NO_DATA_FOUND type of exception in the .NET Framework 1.1 (828530)
The information in this article applies to:
- Microsoft .NET Framework 1.1
SYMPTOMSIn 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:
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.
Modification Type: | Minor | Last Reviewed: | 5/26/2006 |
---|
Keywords: | kbHotfixServer kbQFE kbBug kbfix kbQFE kbNetFrame110preSP1fix KB828530 kbAudDeveloper kbAudITPRO |
---|
|