What is the way DBAdapter executes SQL statements?

Posted by Admin on 30-Jan-2012 07:45

I have configured standard DBAdapter with multiple SQL statements. Now I see that it fails to execute because it attempts to run a statement which is not supposed to be run at this point in time.

Is there a way to control which SQL statement is launched by DBAdapter except for putting statements into separate adapters and using custom DB adapters?

Thank you, Viatcheslav Turkin.

All Replies

Posted by sandips on 12-Mar-2012 09:26

Hello Viatcheslav,

The execution of SQL query takes place in sequential order and in single transaction.

Thanks,

Sandip

This thread is closed