Skip to Content
0
Former Member
Sep 12, 2007 at 11:31 AM

How can I merge DataTable for 1 million ??????

37 Views

Post Author: wxyz7788

CA Forum: .NET

I designed report which have 3 groups,however, i use this function to merge datatable, it can show report by 50,000 records for 3 min

reportClass.SetDataSource(dtNew); (VS 2005 C# winForm)

but dtNew is 1 million records after querying, the report can't produce. i try to execute 1 day....then Timeout..........