|
-
Apr 18th, 2006, 03:09 PM
#1
Thread Starter
Fanatic Member
[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!
-
Apr 18th, 2006, 07:26 PM
#2
Re: [2.0] Retrieving data from DataSet to DataSet on another project
How are these two projects communicating?
-
Apr 19th, 2006, 05:24 AM
#3
Thread Starter
Fanatic Member
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...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|