I have a C# application that connects to a FileMaker Server 17 database via ODBC. In general it works as expected but it takes up to 10 seconds to open the connection. The same happens if I create a System-DNS and perform a Test - even if I test it on the same machine. Is there a reason for this long delay and is it possible to optimize it somehow?
Best regards
Michael
You could consider not using ODBC and use the fmDotNet library for interacting with FMS (do a search on it on GitHub, fmDotNet is available as NuGet packages for easy installation).
As to why it is slow: not sure. Do you have the DSN configured to log long-running queries? If so: do those provide a clue?