DeadIslets
Programmer
I have built a report and am trying to fill the dataTable with a stored procedure. I am receiving a similar message for each column I'm returning to the dataTable: "Argument not specified for 'parm_Active' of 'Public Overridable Overloads Function Fill(dataTable as AMSDataSet.sp_Select_DelvStat_by_ZipCodeTable,...)" where, in this case, parm_Active is the column returned to the dataTable. I've built the dataset with the dataset designer and am assuming it took care of parameter specificaion and return column values on its own. Maybe not.
You can probably guess I'm relatively new at this, but any help would be greatly appreciated!
Thanks!
You can probably guess I'm relatively new at this, but any help would be greatly appreciated!
Thanks!