Cloud Database
Your
Example
When you are designing food labels with automatically highlighted allergens on the ingredients list, you can store the allergens' data in your Cloud database. At print time, your Loftware client (Desktop Designer, Print, or Web Client) retrieves the data from the Cloud Database, and prints the labels with highlighted ingredients that are marked as allergens.
Note
The amount of available database space depends on your account. Please contact your Loftware sales representative for more details.
Setup your
Go to
Administration >Storage >Cloud Database for Your Content .Click the
Create labeling database button. TheNew labeling database window opens.Type in your user name and set the password. You will need these credentials later when connecting to the Cloud database from your labels, solutions, or configurations. The credentials are also mandatory if you want to connect to the database using your database editing software.
Note
You can connect to the Cloud database using any compatible SQL tool. Loftware recommends Microsoft SQL Server Management Studio.
The SQL user name you create is assigned administrator permissions in your SQL database. You can define additional SQL users in Microsoft SQL Server Management Studio. For example, you can limit SQL users to specific tables in your (one) SQL database, or for security, define a "working user" that is not an administrator.
Click
Create . When the window closes, your database is ready. You seeCloud Database information underCloud database for your content :Status displays yourCloud Database creation date.Connection string example displays the connection string format for yourCloud Database in the cloud. To connect your Loftware clients to this database, update the connection string with your Loftware Cloud account user name and password.
Connect to your Cloud database:
Note
Before you continue, install Microsoft SQL Server Management Studio on your computer.
In Control Center go to
Administration >Storage >Cloud Database for Your Content .Copy the
Server name from theConnection string example .Open Microsoft SQL Server Management Studio.
The
Connect to Server window opens. Paste theServer name from theConnection string example .Set
Authentication toSQL Server Authentication .Type in your database credentials.
Click
Options and go toConnection Properties tab. Copy the database name from theConnection string example to theConnect to database field .Click
Connect .
Your