Dataset
Database
2
Posts
2
Posters
0
Views
1
Watching
-
Hi I have some records say 1000 Nos fetched from SQL and stored in a Dataset. Now I need to fetch and store top 1-50 records in another dataset and top 51-100 records in another dtaset and so on. Could any one help me how to transfer records from one Dataset to another dataset? Regards San
-
Hi I have some records say 1000 Nos fetched from SQL and stored in a Dataset. Now I need to fetch and store top 1-50 records in another dataset and top 51-100 records in another dtaset and so on. Could any one help me how to transfer records from one Dataset to another dataset? Regards San
Create a DataView instead and use a row filter. Christian Graus - Microsoft MVP - C++