TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
gkj
NA
10
0
Working with null values in memory.
Oct 19 2004 12:56 PM
Int32, bool, float, etc. are all memory structs/value types, and the value of "null" is a pointer (a zero pointer precisely) therefore it isn't possible to assign null to an struct/value type. This in itself isn't an issue until you throw in a database. The values from the database can be null, what strategies when working with null values in memory from one of the value types? I'm using C# to build a system. Thanks in advance.
Reply
Answers (
9
)
how to convert access database to SQL Server 2000??
how could i get the Oracle schema information using the OracleClient class?