File “Type: Database”
File is stored in the database as a BLOB (Binary Large Object).
The maximum BLOB size can be of unlimited size (8TB to 128TB) depending on the database block size initialization parameter. Calculation formula: Maximum size = (4 GB - 1) * DB_BLOCK_SIZE 1
When checking out file, it is downloaded to the temporary folder. Checking in edited file, the last saved file is re-uploaded from temporary folder to database.
The temporary folder is defined in the CMStartUp.bat file. By default it is defined as:
CM_TEMP=%USERPROFILE%\AppData\Local\DynamicDesign\ConnectMaster
In Windows 7/8, %USERPROFILE% is the SystemDrive\Users\username (e.g. C:\Users\beng)