Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column

The Database Connector is a web application that allows you to easily integrate your Live Forms forms and flows with your external database. The connector can be added to your is included in the Live Forms tomcat bundle. A Standalone Bundle is also available.

The Database Connector may function with other servlets and databases only the ones listed on the Supported Platforms page have been certified by frevvo

Cloud customers, who are integrating with their database in their on-premise installation and in-house customers, must:

The Database Connector requires a JDBC driver for your database. Some pre-installed drivers are included with the connector. See Install a JDBC driver to see if the driver for your database is provided.

The Database Connector contains a working sample Derby database with BIRT and MyStore query sets and some test data. This makes it very easy to test if the DB Connector is up and running when your installation is complete.

When you complete the Installation instructions then follow the Connector Configuration Instructions - detailed steps to integrate the connector with your database.

Cloud customers must also

Column
width240px

On this page:

Table of Contents
maxLevel1

...

Throughout this documentation we are using the  tomcat bundle as the installation location for the database connector. This is just an example as the connector will work under any compatible servlet container. This documentation assumes that the  tomcat bundle is installed in c:\frevvo. We'll refer to this directory below as <frevvo-home>.

...

It is also appropriate to copy the driver into any location that is in the CLASSPATH of your servlet container. In a tomcat installation another . Another location would be <CATALINA_HOME>/lib.

...