Hi Guys,
I appreciate your inputs, but i try to make my questions as simple as possible.
Just enough information to answer the question.
The original question is: "can i merge the contents of 2 different cursors (obviously with the same fields)" ?
I was looking for something straightforward like cursor1.append (......).....
The answer is : no (or nobody knows)
Doing the union is appealing, but not if i want to merge/append 3 cursors,
which is ultimately the same question as doing 2.
Workarounds, I can think of many. But they all have more lines of code than "cursor.append(...)"
So don't hesitate to say "no, that is not possible". If that means I'm stuck, i'll post another question
Paul