Learn to Connect to Derby Database using SQL Client

Learn to Connect/Navigate to Derby Database using SQL Client

Background:

EXTOL Business Integrator uses Derby database as the back-end DB. We show users how to use SQL Explorer to access EXTOL's back-end information.

We document and show users in our Advanced Back-End Database Training session, how to access EXTOL's database.

For more information on Sean Hoppe Consulting Group's Advanced Back-End Database Training Click Here >

EXTOL Tables:

Below is an example of the tables we work with in our SQL Explorer example.

EXTOL Business Integrator EBI Derby Back-end Database EBI_User tables




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.