Database Export Bean

The AbleDBExport bean provides access to data SQL database tables. Export beans receive data from other beans through data buffer connections.

Its expected that the SQL table specified will already exist. If not, however, a table can be created on the fly. The columns will be named COL_1, COL_2, etc, and their type will be either VARCHAR(132) or Double.

A Database Export bean can connect to any relational database provided it supports JDBC interfaces and its properties are set appropriately. Users have provided parameters for a number of commercial databases such as DB2 and Oracle.