On Tue, Mar 1, 2016 at 11:24 AM, Chris Davis <[email protected]> wrote: > > If I start a SQL transaction and append records via a VFP View, issue a table > update but don't COMMIT the transaction are these records available from > another machine?
They could be, depending on how you set up the Transaction Isolation Level: https://technet.microsoft.com/en-us/library/ms173763(v=sql.110).aspx > If they are how could I know that they have been appended in a transaction > that may well end up getting rolled back? > -- Ted Roche Ted Roche & Associates, LLC http://www.tedroche.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/cacw6n4s6arq8fahz8vfa_nb29nocvqmrm_67fn_vg+kdf3x...@mail.gmail.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.

