Rick Schummer wrote: > No, TABLEREVERT() works with any of the buffering schemes except for no > buffering. The difference > between row and table is table does not have any implicit updates happening > behind your back. Table > buffering also means you can have multiple records with uncommitted changes, > which may or may not > work for your user requirements. > > > And as Rick mentioned in an earlier post, most devs will always use table buffering instead of row buffering....choose table buffering...you're less likely to get "bit."
-- 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 ** 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.

