Setting Up Database Commit Control in Data Binding

Setting Up Database Commit Control in Data Binding

'Out-of-the-Box' EXTOL Business Integrator is configured without COMMIT control. See Below for screen shot of set-up.

EXTOL without commit control

To configure EXTOL Business Integrator for COMMIT control update Transaction Level to FULL. See Below for screen shot of set-up.

EXTOL with commit control





By: on
load('http://www.extol.com/extolnews.rss'); $feed = array(); foreach ($rss->getElementsByTagName('item') as $node) { $item = array ( 'title' => $node->getElementsByTagName('title')->item(0)->nodeValue, 'desc' => $node->getElementsByTagName('description')->item(0)->nodeValue, 'link' => $node->getElementsByTagName('link')->item(0)->nodeValue, 'date' => $node->getElementsByTagName('pubDate')->item(0)->nodeValue, ); array_push($feed, $item); } $limit = 4; echo ' A free web counter provided by GoStats.