المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Can not set NullValue to Null for numeriacl DataTypes in DataSet designer.



C# Programming
06-26-2009, 06:11 PM
Hi
i have a table in my dataSet Designer, when i select a numerical field of my table, i can set some properties, one of those is NullValue, as u know, it is initialize with 'Throw exception', my problem is that i can't change this item to Null or Empty, whereas i set allow null my field in database, hence at runTime, when this is field has null value, it throw exception.
how to avoid this problem ?
thanks