V
Vayse
Hi
Using VB.net 2005. In my xsd file, I set the Null value for a field called
Description to "X".However, when I fill the datatable from the access
database, if there is nothing in the Description field, it is still
System.DBNull.
1) What must I change in the XSD file to have the null values replaced with
X?
2) In code, how do I check if a field is null? Comparing to System.DBNull
isn't allowed.
Thanks
Vayse
Using VB.net 2005. In my xsd file, I set the Null value for a field called
Description to "X".However, when I fill the datatable from the access
database, if there is nothing in the Description field, it is still
System.DBNull.
1) What must I change in the XSD file to have the null values replaced with
X?
2) In code, how do I check if a field is null? Comparing to System.DBNull
isn't allowed.
Thanks
Vayse