Hi all

I have a little project that uses CR.NET (Crystal reports). Unfortunately,
CR.NET doesn't support Dataviews as source for their data (known bug, but
still to be fixed). So I have to:

1. Extract data into a datatable
2. Refine (filter) data in the table to a dataview
3. Copy back data in datatable format (ie create a new datatable with the
same format as per the one in point 1, then copy rows from the dataview to
the new table).

How can I do point 3? Can someone post a lilttle fragment of code on how to
do that (VB or C# doesn't matter).

thanx in advance