Element Details: File+to+Database+Mapping
 Back


Available in: Logi Info Source code name: FileToDatabaseMappingIntroduced 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.



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
ConnectionID
UserDefined
Specifies a connection to a data source that is defined in the Settings. For elements connecting to relational databases, default is the first Connection element in _settings.lgx.
Folder
UserDefined
(Required) The path of the file system folder.
ID
UserDefined
The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition.
TableName
UserDefined
(Required) The name of a database table.



PARENT ELEMENTS

Click element to drill down for more information.

Setting


CHILD ELEMENTS

Click element to drill down for more information.



 Back to top