This content has been marked as final.
Show 1 reply
-
1. Re: Help: Database trasactions in ADDT
georgev63 Aug 2, 2008 7:49 AM (in response to mohnkhan)Mohnkhan, let me see if I understand this correctly. You have several mySQL database transactions that you would like to call in your application using ADDT server behaviors. SQL database transactions can be called explicitly using standard SQL code in custom ADDT transactions (that you can of course link together and do all kinds of wonderful stuff with). This scenario implies that you already have one of more SQL transactions in your database and you call them via custom ADDT transactions. I don't think you would be able to call separate components of an SQL transaction in your application as each SQL transaction is treated as a single unit by the server, that is it is either committed or rolled back in its entirety.

