A
arun
Hi
I have a table having Null values for some columns.
When ever I read it through a data reader, like
Convert.ToInt32(dr("Column")) I am getting some error.
1.How to handle this situation, especially with integer nulls
2.While updating a record, If I am not modifying some of these null
values, I want the column to show null only in the table. Is it
possible.
I have a table having Null values for some columns.
When ever I read it through a data reader, like
Convert.ToInt32(dr("Column")) I am getting some error.
1.How to handle this situation, especially with integer nulls
2.While updating a record, If I am not modifying some of these null
values, I want the column to show null only in the table. Is it
possible.