Search Results

0
votes
3answers
865 views

Dataset allowing Null values even when AllowDBNull = False?

Hi, I have designed a dataset using VS2008 dataset designer. In one of the datatables, I have set "AllowDBNull" property of most of the columns to be False. However, still if I create a Dat …