Dataset. Type conversions.
I am trying to assign a string value to a column in a dataset. But I get an error on compilation "Cannot convert type 'System.Data.DataColumn' to 'string'".
This is the code:
this.agencyDS1.Tables["Agencies"].Columns["AgencyId"] = "A90237";
Thanks.
chumzzzPosted Sep 24, 2003, 2:30 PM
jamesPosted Sep 24, 2003, 1:17 PM
jamesPosted Sep 24, 2003, 1:11 PM
chumzzzPosted Sep 24, 2003, 1:11 PM
jamesPosted Sep 24, 2003, 1:07 PM