Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Determining the SQL data types of the placeholders

If a dynamic cursor description includes placeholders, you can query the number and SQL data types of the placeholders with DESCRIBE INPUT after the cursor description has been prepared with the PREPARE statement.

To do this, you must specify a descriptor area to which the description of the data types is returned. You can read the item descriptors in the descriptor area with GET DESCRIPTOR (see section “Descriptor area”).