You're creating a new cursor, not selecting into a cursor there. Apples and
oranges in my opinion.

-----Original Message-----
From: MB Software Solutions, LLC
Sent: Wednesday, March 17, 2010 9:56 AM

Doesn't this test prove you wrong?

LOCAL liLoop as Integer
FOR liLoop = 1 TO 10
        CREATE CURSOR crap (foo c(3), bar i)
        INSERT INTO crap VALUES (CHR(32+liLoop),liLoop) ENDFOR


Allen wrote:
> Not if its open
> Al
> 
> -----Original Message-----
> From: [email protected] 
> [mailto:[email protected]] On
> 
> Even if it's open, shouldn't the subsequent runs just overwrite what's 
> already created?


_______________________________________________
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/000c01cac5dc$48b0be20$da123a...@com
** 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.

Reply via email to