The EntitySpaces Community

Share and learn about the EntitySpaces Architecture.
Welcome to The EntitySpaces Community Sign in | Join | Help
in
Home Forums Photos

Browse by Tags

All Tags » concurrency
  • Collection not delteing everything

    I am getting a concurrency violation between two of my tables on some machines.  My development machine works fine.  I can delete items from the LogItems table with ease just by using the markallasdeleted() method in the collection.  However on my laptop, and test server (both of which have much less processing and RAM available to ...
    Posted to General Area (Forum) by CaptRR on November 3, 2008
  • How to avoid raising an esConcurrencyException when saving twice

    Hi guys! I'm working on a project where we have contract objects that have a property called ReferenceNumber that should be autogenerated by using a specific format as per the client's request. The format is something like 'CO' + the sequential id of the contract right aligned to 7 spaces, so contract number 189 would get a ReferenceNumber = ...
    Posted to General Area (Forum) by dguaraglia on October 31, 2008
  • Re: How to enable concurrency handling

    To test the above code, I use IE to connect to the webservice, I then put a breakpoint in the above code and launch a second IE instance... As I step through the code I notice that both threads/processes enter the code and both call save, one after the other...however, no exception takes place...   Notice the two resulting XMLs from the ...
    Posted to Trial Version Support (Forum) by AandAgroup on June 18, 2007
  • Re: Concurrency control

    We are trying to move all our code samples for these type questions to the new forums since most have been answered previously in our deprecated forums. Here is a code sample from one that should help you.  Code:1 private void Form1_Load(object sender, EventArgs e)2 {3 // Our MasterTypes table has a column of every possible sql ...
    Posted to SqlClientProvider (Forum) by Scott.Schecter on February 8, 2007
  • Concurrency control

    Hello! I hope this is the right forum to post about this. Next step I need to take with my CRM application is concurrency control. I am thinking about implementing it the way so the user is presented with a comparison of the original and modified data and let him choose what he wants to do (revoke all modifications, overwrite existing values, ...
    Posted to SqlClientProvider (Forum) by DarkStar on February 8, 2007