Prerequisites
Miscellaneous prerequisites
In order to correctly manage the attachments to transfer in the database, it is necessary to verify the miscellaneous table 902, which defines the attachment types. In fact, the PIC, RTF and TXT codes are managed in a particular way:
- The PIC code corresponds to the images stored in the database in the form of image files (blobs).
- The RTF code corresponds to the rich texts stored in the database in the form of text files (clobs).
- The TXT code corresponds to the rich texts stored in the database in the form of text files (clobs).
For the image and text transfers to take place, the corresponding attachment types must be used.
Tables used
The following tables are implemented by the function :