Remote Database Query Components

An overview of the software components required for Sybase CEP remote database queries and how they interact with one another.

The diagram below shows the components involved in remote database queries and how they are related.

Sybase CEP remote database query functionality requires the following software components:

These components work together as follows:

  1. The CCL Statement invokes the driver by specifying the service name (as identified in the c8-services.xml file) and passing the SQL statement.

  2. The Sybase CEP Server uses the service name and the information defined for the service in the c8-services.xml file to determine which driver to use.

  3. The driver communicates with the remote database server and passes the SQL statement. When appropriate, the driver receives values back from the remote database server and makes them available to Sybase CEP Server, which then makes the values available to the CCL query.

More details about the individual components can be found below.