Hi,
Don't know what to call it but this is what i would like to do:
In one sub, i have two different calls to an sql database like:
(x and y are strings)
(sel1 and 2 are cursors)
sel1 = SQLdata.ExecQuery(x)
sel2 = SQLdata.ExecQuery(y)
obviously both return the same fields (select * from...) but different records.
Is it possible to "add or merge" the result of sel1 and sel2 into a new "sel3"...?
thx,
Paul
Don't know what to call it but this is what i would like to do:
In one sub, i have two different calls to an sql database like:
(x and y are strings)
(sel1 and 2 are cursors)
sel1 = SQLdata.ExecQuery(x)
sel2 = SQLdata.ExecQuery(y)
obviously both return the same fields (select * from...) but different records.
Is it possible to "add or merge" the result of sel1 and sel2 into a new "sel3"...?
thx,
Paul
Last edited: