• Welcome to KonaKart Community Forum. Please login or sign up.
 

is it support ACID property?

Started by jbkapadia, February 26, 2008, 10:15:53 am

Previous topic - Next topic

jbkapadia

HI!
  I want to know that is konakart support ACID property by default or i have to take care of it.
Like for example i am trying to upadate 5 product from basket using removefrombasket or updatebasket method. Now if exception is generated in between then will it keep changes which i have made or roll back to last stable state.

pete

Hi,

KonaKart takes care of the transaction where multiple database tables are modified during a single API call. For example, the insert of a product involves multiple database tables and if one of the inserts fails, the transaction is rolled back. If you need to manage a higher level transaction between multiple API calls then you have to look after that yourself.

-Pete

jbkapadia