Server Module

It contains a component TFDManager which becomes active during the server module creation. This is the correct place to read the global connection string giving access to the shared database server and assign it to a read-only property.

circle-info

Example server module initializes FireDAC manager and sets the connection string (currently hard-coded in this example).

Server Module

Limitations of this code:

circle-exclamation