Skip to content

SDK for Db2

A Db2 SDK for connecting to various services is now available. Please see the project documentation fore more information.

It provides SQL connectivity to a whole host of things, including:

Interacting with the SDK from RPG

If you need to call SDK functions from RPG, you can use embedded SQL within your RPGLE program:

EXEC SQL
VALUES dbsdk_v1.wx_generate('Hello world') INTO :response;