May I ask why not arrays ? I would have thought they were quicker than a read write cursor. Allen
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Alan Bourke Sent: 07 July 2009 17:14 To: [email protected] Subject: Re: How do you hold short term data? I almost always use cursors, readwrite if necessary. I don't see why you would use an array instead of a cursor. Unless I was storing objects, in which case I'd use a collection. -- _______________________________________________ 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/001701c9ff19$80869a20$8193ce...@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.

