Hey guys
I was adding a row to a dataset using the overloaded addrow method using individual values. Thing is some of the values not needed or available at the time. You can't just leave them out you get a method doesn't support this number of arguments error. So I ended up putting Nothing in place of the unneeded variables.
This however, seems to mess a few things up.
My question then is how do you put null values into certain columns when you add a row to a dataTable. That'l do donkey, that'l do
Mark
If you are unsure of forum etiquette check here faq796-2540
I was adding a row to a dataset using the overloaded addrow method using individual values. Thing is some of the values not needed or available at the time. You can't just leave them out you get a method doesn't support this number of arguments error. So I ended up putting Nothing in place of the unneeded variables.
This however, seems to mess a few things up.
My question then is how do you put null values into certain columns when you add a row to a dataTable. That'l do donkey, that'l do
Mark
If you are unsure of forum etiquette check here faq796-2540