Re: combine recordsets
- From: "Bob Barrows" <reb01501@xxxxxxxxxxxxxxx>
- Date: Wed, 19 Nov 2008 13:29:38 -0500
So instead you'd rather reinvent the wheel, and try to do the job the
SQL database engine was designed to do?
Frankly, I never understood the prejudice against creating "additional
server proc's". If I were doing this, I would create a procedure that
inserts the results of those two procedures into temp tables, then do a
join and return the combined results.
But ...
I see you posted code in your original post, and it appears that it
should do what you want, i.e., add fields to the new rs that are not
already in the rs.
What is the problem with what you posted?
jamesfreddyc wrote:
Bill,--
rs1 and rs2 are already coming from complex SProcs on SQLServer. I
don't want to add additional server proc's, I just want to combine
these two recordsets for display in a DataGrid.
Thanks,
HTH,
Bob Barrows
.
- Follow-Ups:
- Re: combine recordsets
- From: jamesfreddyc
- Re: combine recordsets
- References:
- combine recordsets
- From: jamesfreddyc
- Re: combine recordsets
- From: William \(Bill\) Vaughn
- Re: combine recordsets
- From: jamesfreddyc
- combine recordsets
- Prev by Date: Re: combine recordsets
- Next by Date: Re: combine recordsets
- Previous by thread: Re: combine recordsets
- Next by thread: Re: combine recordsets
- Index(es):
Relevant Pages
|