May 19, 2012, Saturday, 139


Calling a stored procedure from your application

From SQL PL Guide for DB2

Jump to: navigation, search

Calling a Stored Procedure from your Application

A stored procedure can be called from many different codes. They can be executed from C/C++, JDBC, SQLJ, PHP, .NET, REXX, etc. In the DB2 Information center are multiple example how you have to write your code: