The Upload to Database utility stores the settings in the registry, under the given printer settings. This ensures that each user can configure the Upload to Database settings separately.
This information can be used to perform post printing actions once the document is uploaded, for example extract the database, table, columns where the document was uploaded.
Registry location:
HKEY_CURRENT_USER\Software\Black Ice Software LLC\<Printer name>\Upload To Database Settings
Registry Values:
Value name |
Value Data Type |
Value Data |
ODBC Data Source |
String |
This is the selected ODBC Data Source name in the Upload to Database utility. |
Username |
String |
The provided username for connecting to the ODBC Data Source. |
Password |
String |
The provided password for connecting to the ODBC Data Source. The password is encrypted. |
Table |
String |
The selected table to upload the documents. |
Document |
String |
The selected column name, where the actual document information (BINARY or PATH) will be uploaded. |
DocumentType |
String |
The selected document information to be uploaded. Possible values: 0: Binary 1: Document Path |
ID |
String |
The selected column name, where the ID will be inserted. The ID will be generated by the Upload to Database utility prior uploading a document, based on the Document ID format. |
IDFormat |
String |
The specified Document ID format. This format can contain predefined variables, letters, digits, ‘-’ and ‘_’ characters. The variables will be substituted during the upload process. |
Silent |
String |
Specifies if the document upload must be silent or not. If the upload is silent, no success or error message will be displayed after the uploading is finished. Possible values: True False |
LogEnabled |
String |
Specifies if the logging is enabled or not. Possible values: True False |
LogFilename |
String |
Specifies the absolute path and filename to the log file. The Upload to Database will log the occurring errors and successful uploads into this log file. |