Hello!!

I have a solution with two projects.
One of the projects has a DataSet which is connected to an SQL server.
The other project also has a DataSet.
How do I retrieve certain rows by performing a 'SELECT' on the DataSet
on the first project and insert it to the DataSet on the second project?

thanks!