Fire viewer
"File viewer" is used for recording the path or the binary data of the file.
SQL definition(main) | SQL definition(sub) |
VARCHAR(260) | BLOB×2 |
- Embed
If this value is True, it will record not a path but the binary data of the file to the database. Embedding the file of large size does not recommend. Moreover, in the network database, unless embedding is available, you cannot use. - Absolute path
If this value is True, it will record the full path which always begins from a drive name to the database. This path is changed into a relative path if it is False.