Adapter for JDBC 10.3 | webMethods Adapter for JDBC Documentation | webMethods Adapter for JDBC Installation and User’s Documentation | Adapter Services | Configuring CustomSQL Services
 
Configuring CustomSQL Services
 
Considerations before using Fill in all rows to the table feature in CustomSQL Adapter Service
Creating a CustomSQL service
A CustomSQL service defines and executes custom SQL to perform database operations. You can execute almost any SQL statement required by integrations, such as data management statements. You configure Adapter for JDBC services using Designer. For more information about adapter services, see Using Adapter Services.
If you need to write custom SQL, you can create a service that uses customized SQL statements. This allows you the flexibility to execute almost any SQL statements required, such as data management statements and data definition statements, including insert, select, update, and delete.
Because an adapter service that uses custom SQL provides no error checking, be sure that your SQL statement works correctly. You can verify SQL statement accuracy using your vendor's SQL utility. For details, see your vendor documentation.
Be sure to review the section Before Configuring or Managing Adapter Services before you configure adapter services.
Note:
You can use a CustomSQL service to call a stored procedure only when the stored procedure does not have any OUT/INOUT or return parameters. If you need to use these parameters, use the StoredProcedure service. For instructions, see Configuring StoredProcedure Services.