On the second step of the Data Provider Wizard, you define a unique name for your data provider and configure settings for real-time data retrieval.


Steps to Configure General Provider Settings

  1. Start the Data Provider Wizard
    • Follow the steps in Adding a Data Provider or Editing a Data Provider
  2. Enter a Unique Name for the Provider
    • Assign a Provider Name (must be unique within your presentation)
    • Optionally, enter a Description
  3. Decide Whether to Use PADS4 Data Server
    • Enable or Disable the option:
      “Make use of the Data Server for retrieval of Data”
    • If enabled, real-time data is retrieved centrally through the PADS4 Data Server
    • If disabled, each PADS4 Viewer retrieves data individually
  4. Enable Caching (Optional)
    • Use Design Cache: Stores data from the source for design-time preview
    • Generate Sample Values: Creates placeholder values if the data source is unavailable
  5. Proceed to the Next Step

Using the PADS4 Data Server

The PADS4 Data Server retrieves and distributes real-time data to all connected Viewers.

Comparison of Data Retrieval Methods

FeatureUsing PADS4 Data ServerRetrieving Data Individually
Data RetrievalSingle request for all ViewersEach Viewer retrieves data separately
PerformanceOptimized (reduces database queries)More load on the data source
Use CaseLarge-scale networks, slow data sourcesViewer-specific queries (e.g., filtering by Viewer Name)
Failover SupportSwitches to a backup PADS4 Server if neededNo built-in redundancy

When to Enable the PADS4 Data Server

Recommended if:

  • Multiple Viewers need the same data at the same time
  • Your data source is slow or external (e.g., APIs, remote databases)
  • You want to reduce network traffic and database load

Not Recommended if:

  • Each Viewer requires different data (e.g., filtered by location)
  • The database already optimizes queries for multiple connections

Caching Options in PADS4

Caching can improve performance and allow offline design when live data is unavailable.

Caching OptionFunction
Use Design CacheSaves up to 999 rows of data for offline use
Generate Sample ValuesReplaces missing data with placeholder text
Best forDesigning presentations without live data access

Example Use Case

A designer needs to create a data-driven layout but doesn’t have database access. Using cached data, they can still design and test the layout.


Failover & Backup Considerations

  • If the PADS4 Data Server fails, a Backup PADS4 Server (if configured) takes over.
  • If Data Server is disabled, ensure every Viewer can independently access the data source.

Final Steps

  • Click Next to proceed to Connection Settings
  • Complete the Data Provider Wizard