4
Reply

how can I appoint NULL value to an integer data type?

sakyildiz

sakyildiz

Jan 2 2004 4:03 AM
3k
whenever I give the NULL value to an integer data type ,system converts it to 0. I tried int.parse("NULL") and convertoint function but it didn't work. Can anyone help me? Thanks in advance...

Answers (4)