Accessing a smart large object

About this task

To access a smart large object, take the following steps:

Procedure

  1. Select the smart large object from the database into an ifx_lo_t host variable with the SELECT statement.
  2. Open the smart large object with the ifx_lo_open() function.
  3. Perform the appropriate read or write operations to update the data of the smart large object.
  4. Close the smart large object with the ifx_lo_close() function.