How would you implement it using normal ADO.Net? IBatisNet is a wrapper around the System.Data interfaces. Anything you can do with normal ADO.Net, you should be able to do with IBatisNet. Are you aware that IBatisNet supports various transaction levels:
http://tinyurl.com/8hqts http://svn.apache.org/repos/asf/ibatis/trunk/cs/mapper/IBatisNet.Common/Transaction/ This article talks about implementing a pessimistic locking stategy using stored procedures: http://www.15seconds.com/issue/030604.htm I found it from this page: http://www.google.com/search?q=concurrency+database+ado.net --- agcunha <[EMAIL PROTECTED]> wrote: > Hi, > > It's very important. > > I'm from Brazil and I have some doubts... > What is the best way to implement concurrency control on iBatis? > I was seaching for a good article on google and I could not find. > Is optimistic lock the only way to implement concurrency on iBatis? > Is it > the best way? How can I implement that ? > > Thanks a lot, > Anderson > > > > >

