EBIworld.com > EBI/Clarify Tips > EBI PowerUser - Learn how to dig into EXTOL's database - Binding

EBI PowerUser - Learn how to dig into EXTOL's database - Binding

TAGS: EXTOL 2.5 / EXTOL PowerUser / EXTOL Bindings / EXTOL EBI / EXTOL Business Integrator /


After we review the EXTOL Data Log Schema  we will look to the EXTOL EDI Log Binding.

The EXTOL Database Binding is what determines which records we will extract from the EDI Data Logs. As is, the Database Binding is selecting on the connection number.

We review the current set-up and see what we can modify.



Copyright 2013 @ www.seanhoppe.com


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.