T
Tim Frawley
I have a situtation where I am adding a Row to a Dataset that was
filled with an Access table. The column in the Access table shows a
default value of 0 (zero) but when I create a new row on the dataset
the values in the datarow are null for all columns.
Is there a way to default all columns in the dataset or datarow to 0
so that I will not have to loop through the columns and set the value
to 0?
filled with an Access table. The column in the Access table shows a
default value of 0 (zero) but when I create a new row on the dataset
the values in the datarow are null for all columns.
Is there a way to default all columns in the dataset or datarow to 0
so that I will not have to loop through the columns and set the value
to 0?