Deploying on macOS (FireDAC)
Go Up to Deploying (FireDAC)
To deploy a FireDAC application on a macOS machine, the following items should be considered:
- When an application uses persistent connection definitions, a connection definition file must be deployed. You may put it along with the application executable or set TFDCustomManager.ConnectionDefFileName to a file name.
- When an application uses driver definitions, a driver configuration file must be deployed. You may put it along with the application executable or set TFDCustomManager.DriverDefFileName to a file name.
- The DBMS clients required for application connectivity must be obtained from the vendors and installed on the deployment machine. When an application is built as x86, the x86 DBMS client software must be installed. The same applies for x64 applications.