AW: AW: Combining cursors

Florian Bogeschdorfer fb at memedia.de
Mon Dec 1 13:08:57 CST 2003


> 
> Your talk about 
> 
>     curs = curs1.Union( curs2 )
>     curs = curs1.Intersect( curs2 )
>     curs = curs1.Except( curs2 )
> 
> I wonder, if you really will need on cursor level, If this 
> will be implemented in SQL ?

1. More speed I guess

2. more comfortable (at least for me)

3. Easier, much easier, for those who newbies to SQL

4. You can combine cursors where you kept no log about the queries

5. Having a large cursor where you want to except a small cursor, that is
frequently updated - again: speed?

6. I would like it very much...maybe others too

Best regards, Florian



More information about the Valentina mailing list