Using the JDBC service

You can interact with the JDBC service by developing a process in Workbench that uses the service. You can accomplish the following tasks by using this service:

  • Specify the data source to use to connect to the database server

  • Execute a stored procedure on the database

  • Execute an SQL statement on a database server and return the number of rows that were affected

  • Query the database using an SQL statement and return the result set as XML data

  • Query the database using an SQL statement and save the first row of the result set

    For information about developing processes that use this service, see Workbench Help.

    You can use the Applications and Services pages in Administration Console to configure default properties for this service. (See JDBC service settings in LiveCycle Administration Console Help.)

// Ethnio survey code removed