Dan Olsson wrote: > > Well, it should - since FP has no other way of knowing that you are > the only user that accesses the files, so by default it locks/unlocks > records as necessary. > > BTW (which I'm sure you know) - an easy way to do this is to SELECT > the required records/dbfs into a CURSOR, which automatically makes it > exclusive - AND FP will take care of the housekeeping for you, ie > deleting stuff when you're done using it. > >
Good point. I think the reason i stay with temp tables in this case is because I'm doing a COPY TO MyLocalDBF with CDX....I need the indexes. But thanks for the reminder! -- Michael J. Babcock, MCP MB Software Solutions, LLC http://mbsoftwaresolutions.com http://fabmate.com "Work smarter, not harder, with MBSS custom software solutions!" _______________________________________________ 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.

