Available in: Logi Info | Source code name: FileToDatabaseMapping | Introduced in: 12.5 |
FileToDatabaseMapping enables storing of bookmarks and element save files and gallery files into database tables. Storing this information into a database instead of file system can make it easier to manage system backups.
Set ConnectionID to the Connection of a supported relational database. These are:
SQL Server Oracle MySQL PostgreSQL
Set the Folder attribute to a file folder configured to store bookmarks, save files and gallery files. When a file is to be read or saved, the FileToDatabaseMapping will retrieve and store the information into the specified database table.
For storing bookmarks in the database, this element's Folder attribute and the Settings/General BookmarkFolderLocation attribute must match.
If TableName does not exist, it will be created. |