Go to documentation repository
Previous page Next page
Photo export to external DBMS is performed with the help of Db_Export.exe module.
In external DBMS one should create ISS_PHOTOS table that must contain the following fields:
- ID ( INTEGER, Initial key) identifier of employee in ACFA Intellect
- EXTERNAL_ID ( INTEGER) identifier of employee in external DBMS
- PHOTO (BLOB)
- DATE_CREATED (DATE) date of photo creation
- DATE_MODIFIED (DATE) date of photo modification
«Personnel department» application:
- Export photo of employee after its selection from the file
- Delete photo of employee from external DBMS after removing employee
Overview
Content Tools