Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  1. Fotoware Alto
    • End User Manual
    • User Guides
    • Solutions
    • Terminology
    • API Changelog
  2. Fotoware Veloz
    • Managing users and groups
    • Configuring archives
    • Configuring workflows
    • Configuring site behavior
    • Navigating and searching to find your assets
    • Working with your assets
    • Editing asset metadata
    • Uploading files
    • Version Control in Fotoware
    • Albums - Creating and sharing collections
    • Placing assets in a CMS
    • Working with the Fotoware Pro interface
    • Using the Fotoware plugins
    • Consent management
    • User guide to FotoWeb for iPad (Legacy)
    • Picture conferencing with FotoWeb Screens (Legacy)
    • What's what in Fotoware
    • GDPR
    • Fotoware Veloz releases
    • Activity Exports
    • Example workflows
  3. Fotostation
    • Getting started with Fotostation
    • Viewing, selecting and sorting files
    • Managing your assets with archives
    • Adding metadata to assets
    • Searching for assets
    • Working with your assets
    • Version Control in Fotostation
    • Automating tasks with Actions
    • Configuring metadata fields and editors
    • Configuring Fotostation
    • Configuring Fotostation for multi-user environments
    • Troubleshooting Fotostation
  4. Fotoware Flow
    • What is Flow?
    • Getting started
    • Flow dictionary
  5. Fotoware On-Premises
    • Getting started
    • Index Manager
    • FotoWeb
    • Color Factory
    • Connect
    • Operations Center Guide
  6. Integrations and APIs (Fotoware Veloz & On-Premises)
    • The Fotoware API
    • Creating integrations using embeddable widgets
    • Authorizing applications using OAuth
    • Auto-tagging
    • FotoWeb Drag and Drop export
    • Integration using webhooks
    • Optimizely and Episerver plugin documentation
    • User Interface Integrations
  7. Fotoware Mobile
    • User guide for Fotoware Mobile for iPhone and Android
    • User guide to FotoWeb for iPad (Legacy)
    • User guide to FotoWeb for iPhone and Android (Legacy)

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

Support

Table of Contents

How can it be used? How to configure it Example: Country, Province and City lookup using ODBC Table setup Relationships Configure the system DSN How it works
  • Home
  • Fotostation
  • Configuring metadata fields and editors
  • Creating a custom metadata editor
  • Creating QuickLists of predefined metadata

Configuring FotoStation to download QuickList metadata from a database

19. June 2025

Elaine Foley

Table of Contents

How can it be used? How to configure it Example: Country, Province and City lookup using ODBC Table setup Relationships Configure the system DSN How it works

Learn how to configure FotoStation to obtain predefined QuickList content from a database.

How can it be used? 

By configuring FotoStation to use an ODBC connection for QuickList content, it is possible to maintain a consistent set of centrally managed keywords, categories, and other metadata relevant to your DAM system in a database and give users of FotoStation immediate access to new content as it becomes available. As with locally maintained thesaurus lists, it is possible to link fields together to allow a user to look up for example a city and have the province and country filled in automatically through database relations. (See the example below to learn how.)

How to configure it 

Configuring FotoStation to download QuickList content from a database requires the following:

  • A System DSN for the ODBC data source
  • An ODBC connection configured in FotoStation
  • A header entry in the QuickList files in the FotoStation configuration that instructs the metadata editor to use the ODBC connection for QuickList content.

Note: ODBC QuickLists cannot be updated by FotoStation users - the ODBC connection makes for a one-way, read-only connection

Regular flat-structure QuickLists (named ql_<fieldnumber>.txt) don't work with ODBC connections. Only Thesauruses and Linked Lists can be used.

Example: Country, Province and City lookup using ODBC 

In this example we're using Microsoft Access 2013 to create a database with three tables: City, Province, and Country. The table setup can be seen below:

Table setup 

City

ID ProvinceID City
1 2 Oslo
3 6 Bergen
2 15 Trondheim
4 16 Stavanger
5 11 Göteborg
6 8 København
ID CountryID Province
2 1 Oslo
3 1 Akershus
4 1 Buskerud
5 1 Oppland
6 1 Hordaland
15 1 Trøndelag
16 1 Rogaland
11 2 Bohuslän
12 2 Värmland
13 2 Jämtland
14 2 Småland
7 3 Jylland
8 3 Sjælland
9 3 Fyn
10 3 Bornholm
Province
ID Country CCode
1 Norway NOR
2 Sweden SWE
3 Denmark DEN
Country

Relationships

Each table has an AutoNumber ID field which ties to a field in the associated table as shown in the screenshot.

Next, a query (view) is created to make it easier to access the data configuring the ODBC connection in FotoStation.

The query produces this content, which will be used as the basis for setting up the database connection in FotoStation:

Configure the system DSN

Make sure to save the database before proceeding.

  1. Open the Windows Control Panel and choose Administrative Tools.
  2. Open ODBC Data Sources (64-bit).
  3. Create a new System DSN (make sure not to choose User DSN) and select the database file.

Note: If using a database other than Access, the correct database driver has to be installed on the machine. Then select the database through the driver interface.

  1. Start FotoStation and open the configuration (File - Configuration).
  2. Expand the Metadata node and click on Database connections (ODBC).
  3. Select New to create a new connection.
  1. Name the connection (this name will be used in the QuickList file later to reference the connection) and use the Browse button to choose the System DSN you just created.
  2. Select Configure to set up the database field for metadata mapping.
  3. In the field mapping dialog, choose the query (aka. View) that you created to display the correct fields from the Select table drop-down list.
  4. Choose the XMP fields to map the database fields to, as shown in the example below.
  1. Select OK to store the field mapping.
  2. Finally, you need to create a QuickList file in the FotoStation configuration folder that references the database connection.

In the case of this example, the file should be named 101-100_95_90.txt

The file should contain a single string: 

#! ODBC_CONNECTION_NAME=<FotoStation database connection name>

In the case of this example, it reads: 

#! ODBC_CONNECTION_NAME=location

The numbers in the file name (101-100_95_90.txt) refer to metadata field numbers: Country, Country Code, Province/State, City. For help on file naming conventions, see this linked list sample.

Where you store it depends on the configuration type FotoStation is set up to use. For information about the location of the files, see Where are configuration files stored in Windows? 

How it works

When a user opens the metadata editor in FotoStation, accessing the QuickList of any metadata field that is linked to an ODBC source will display a Linked Fields dialog as shown below. Picking an entry then populates all the associated fields based on the information in the database.

When the database is updated with new entries, they will be shown in the FotoStation editor the next time it is opened. There is no need to restart FotoStation for this to work.

Was this article helpful?

Yes
No
Give feedback about this article

Related Articles

  • Configuring a metadata editor for database lookup
  • Enabling a QuickList for a field in a custom metadata editor
  • Working with FotoWeb taxonomies in FotoStation
eco-lighthouse-miljøfyrtårn

Company

  • About us
  • Resellers
  • Careers
  • Contact us

Help & support

  • Support center
  • Consultancy
  • Tech partners
  • Fotostation
  • System status

Trust Center

  • Legal
  • Security
  • Sustainability & ESG

Locations

Fotoware AS (HQ)
Tollbugata 35
0157 OSLO
Norway
FotoWare Switzerland AG
Industriestrasse 25
5033 Buchs (AG)
Switzerland

Copyright 2025 Fotoware All rights reserved.

  • Terms of service
  • Privacy policy
  • Cookie policy

Knowledge Base Software powered by Helpjuice

Expand