On Fri, 18 Jun 2010 04:40 -0400, "Richard Quilhot" <[email protected]> wrote: > A cursor is still a table, it just goes away when you close it. By using > a > named curor, you will need > to close it with the USE IN (SELECT("tmp")) method, before trying > to > create another with the same name. >
No, you can repeatedly select into the same cursor or indeed table without closing it first. Normally, anyway. -- Alan Bourke alanpbourke (at) fastmail (dot) fm _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

