On 8/10/12 9:33 AM, MB Software Solutions, LLC wrote:
> VFP9SP2
> 
> I've got a temporary cursor that I manipulate and then need to return a 
> cursor to the calling routine named what was requested (via parameter). 
>   Would it be quicker to do USE MyTempCursor AGAIN IN 0 ALIAS 
> MyDesiredCursorName or do a SELECT * FROM MyTempCursor INTO CURSOR 
> MyDesiredCursorName?

I'm very rusty with VFP but isn't "SELECT *" equal to "USE AGAIN" due to VFP
optimizations? I seem to remember people getting bitten because of this.

Paul


_______________________________________________
Post Messages to: ProFox@leafe.com
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/50256192....@ulmcnett.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