minimum and maximum column count.
i refer some websites but little bit cofused.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bikesh SrivastavaPosted Aug 17, 2016, 8:55 AM
RajaPosted Aug 17, 2016, 5:25 AM
Midhun TpPosted Aug 17, 2016, 4:32 AM
Vinay SinghPosted Aug 17, 2016, 3:19 AM
RajaPosted Aug 17, 2016, 3:03 AM
ds.Tables["Source" + c].AcceptChanges();
for (int f = 0; f < ds.Tables[k].Rows.Count; f++)
{
ds.Tables[k].Rows[f]["Column52"] =ds.Tables[k].Compute("MAX(Column52)","");
//double maxval = Convert.ToDouble((ds.Tables[k].Compute("MAX(Column52)", "")));
(also try this one)
}
Midhun TpPosted Aug 17, 2016, 2:41 AM
RajaPosted Aug 17, 2016, 2:23 AM
Midhun T P
S midhunMidhun TpPosted Aug 17, 2016, 2:11 AM