[2.0] Retrieving data from DataSet to DataSet on another project
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!
:wave:
Re: [2.0] Retrieving data from DataSet to DataSet on another project
How are these two projects communicating?
Re: [2.0] Retrieving data from DataSet to DataSet on another project
Right now, the only thing connecting them is that the second project
has a reference to the first project..
but that can be changed if needed to complete this task...
:wave: