Accessing a smart large object
About this task
To access a smart large object, take the following steps:
Procedure
- Select the smart large object from the database into an ifx_lo_t host variable with the SELECT statement.
- Open the smart large object with the ifx_lo_open() function.
- Perform the appropriate read or write operations to update the data of the smart large object.
- Close the smart large object with the ifx_lo_close() function.