JDBC Input and Output Adapter

The JDBC Input adapter receives data from tables in a database and inputs it into Event Stream Processor. The JDBC Output adapter sends data from Event Stream Processor to a database table.

Commands specified in the cnxml file for this adapter cannot contain the following strings: "mv", "rm", or "del".

If your records have dates earlier than 1582, you need to remember that the JDBC driver treats these dates differently. It converts these dates from the Gregorian calendar to the Julian calendar. ESP does not alter this behavior or modify the output from the JDBC driver.

These adapters can run in managed or unmanaged mode.

Managed external adapters:
Unmanaged external adapters:
Related reference
Tips for Migrating Your Open Adapter Scripts