Unless you deal with concurrency in your code, it's "last in wins" - iBATIS does nothing to prevent, detect, or otherwise deal with concurrent updates.
You need to implement a strategy do handle that. Larry On 4/19/07, ahmad husain <[EMAIL PROTECTED]> wrote:
yes, concurrent updates, for example 500 users updates the data in the same time. On 4/19/07, Larry Meadors <[EMAIL PROTECTED]> wrote: > I don't understand the question. > > Are you concerned about concurrent updates? > > Larry > > > On 4/19/07, ahmad husain <[EMAIL PROTECTED]> wrote: > > Dear All > > > > I will start building new application using Ibatis and Oracle DB, > > and i'm concern in concurrent connection between them, does anyone would > > telling me the best way to solve that? > > > > Thanks >
