NO_Transaction

why we are not able to select the table name in adapter service when we want to do BatchInsert and the transaction type is “NO_TRANSACTION” ?
Any technical reason ?

I know it can be achieved with Local_Transaction, but i want why i cannot be done with No_Transaction…

Thanks in Advance…

Those need to be used LOCAL_TRANSACTION only as it uses auto commit/rollback transaction codes internally by WmART.

HTH,
RMG