I have coded a C# application to setup an ODBC connection to any ODBC enabled DB.
I have used this application to connect to FileMaker DB via ODBC. To achieve better performance, I have enabled the connection pooling option for FileMaker ODBC Driver via ODBC Data Sources -> Connection Pooling
Panel by double clicking the FileMaker ODBC
Driver and setting the necessary pooling options. However in this setting dialog there exist no place to configure the max and min pool size ( ie. maximum connections in the pool, and minimum connection to be left open in the pool) for the pool used for the related ODBC driver.
I wonder if there exists any other way to configure the maximum and minimum pool size for a specific (in this case FileMaker ODBC Driver) ODBC driver.
Thanks