Dana,
IsDBNull is indeed the proper way to see if a null value exists in a column with the DataReader and ResultSet. Are you sure that the ordinal you are providing for your check is within the bounds of your SELECT statement used when you executed the reader? I don't see anything obviously wrong with your code.
Darren
.NET Compact Framework MVP |