G
Guest
How do I handle Null values in a DataGrid so the grid won't display 'null' if
the field data is empty/null?
The following SQL statement returns an error message "Invalid number of
arguments..."
SELECT MyField1, IsNull(MyField2, 'na') as MyField2 from MyTable
the field data is empty/null?
The following SQL statement returns an error message "Invalid number of
arguments..."
SELECT MyField1, IsNull(MyField2, 'na') as MyField2 from MyTable