1
Answer

Performance Issue with DataTable.

Dilip Kumar

Dilip Kumar

7y
200
1
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)