Skip to content

FMData - connect to 2 FileMaker databases #295

Answered by fuzzzerd
fuzzzerd asked this question in Q&A
Discussion options

You must be logged in to vote

This can be solved on either the FileMaker side or the C# side. I have done both, but you can choose the best approach for you.

FileMaker Based Solution

Since it is best practice to access layouts designed for data api consumption directly, it can often make sense to drop these layouts into their own file, and add external file references to other files for data. This allows you to use that file as the entry point to your data, and can easily branch out across multiple files using FileMaker File references.

This approach works very well, and its supported by using built-in FileMaker features. That means you don't take on any extra maintenance work to do this.

C# Based solution with DI

The…

Replies: 1 comment

Comment options

fuzzzerd
Jul 26, 2023
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by fuzzzerd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant