Re: Can't display record that has NULL values
Posted by: David
Date: January 13, 2005 09:37PM

NULL values from a database are considered "unknown", so you may have to code for NULL possibilities explicitly in your code. The presentation layer of an application can't handle unknown values/objects unless you specifically code it to handle unknown values/objects.

If you can post the code that produces the exception, and code that is related to it, we can be of more help.

David

Options: ReplyQuote


Subject
Written By
Posted
Re: Can't display record that has NULL values
January 13, 2005 09:37PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.