Results 1 to 3 of 3

Thread: [2.0] Retrieving data from DataSet to DataSet on another project

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2000
    Location
    I'm right here!
    Posts
    849

    Question [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!

    Dekel C.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2.0] Retrieving data from DataSet to DataSet on another project

    How are these two projects communicating?
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2000
    Location
    I'm right here!
    Posts
    849

    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...

    Dekel C.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width