Microsoft Knowledge Base Email Alertz

(828530) - Describes a fix for a problem with the .NET Framework. The OracleClient object does not raise the O_DATA_FOUND type of exception.

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

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

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://kbalertz.com/Feedback.aspx?kbNumber=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://kbalertz.com/Feedback.aspx?kbNumber=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
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate