The typical use case is to connect a different Database for read and write access: a master and a slave database.
Some other ideas:
- Read a Database and a File System. Example: default value could be stored in files, like admin credentials or static page.
- Migrate data from one DataConnection to another. Example: read all File System entries and save it to a Database.
Cheers,
Thomas.