2. Ensure that the LO-specification structure contains the desired storage characteristics for the new smart large object.
3. Create an LO-pointer structure for the new smart large object and open the smart large object with the ifx_lo_create() function.
4. Write the data for the new smart large object to the open smart large object with the ifx_lo_write() or ifx_lo_writewithseek() function. For more information, see "Writing Data to a Smart Large Object".
5. Save the new smart large object in a column of the database.
6. Deallocate the LO-specification structure with the ifx_lo_spec_free() function.