What if it's data from an unrelated table but you still want to look at some of it's data throughout the process? Can I just add to the row somehow? Is there a right way to do this?
On Friday, June 15, 2012 11:32:17 AM UTC-5, Jason Meckley wrote: > > using a single db input command per query and a join operation to merge > them together. > > On Friday, June 15, 2012 9:32:25 AM UTC-4, John Strzempa wrote: >> >> Hello, >> >> How can I use multiple select statements per process. I have a get >> products operation that selects all the products from source database but I >> also want to query the destination database and use the rows there >> throughout the process for comparing etc... Would I just add to the already >> selected rows? >> > -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To view this discussion on the web visit https://groups.google.com/d/msg/rhino-tools-dev/-/vg2vCxvV5YUJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
