Dilip Kumar

Dilip Kumar

  • NA
  • 111
  • 862

Performance Issue with DataTable.

Apr 25 2017 6:10 AM
I have lakhs of records in my database table. I have used DataAdapter to fill the data into the dataset. And based on some conditions I am saving those records into multiple DataTables. Now I want to process one of the DataTable, But it is taking a lot of time to process. Is there any solution to process faster?

Answers (1)