I am sharing a project built in RAD Studio 10.2 that uses FireDAC components.
The projects datamodule contains a TFDConnection component that has the DriverName set to 'ODBC'.
The other user who is using the exact same version of RAD Studio (have compared all version information) cannot compile the project. They get the following compile error:
Unit 'FireDAC.Phys.ODBC' not found.
If the other user looks on the tool palette under FireDAC Links there isn't a TFDPhysODBCDriverLink
component available.
The one difference that I know about in the enviroment is I am running Win10 Pro, they are running Win10 Home. Could this cause the issue? If not, any ideas of what needs to be configured. Thanks.
Delphi | Component Palette
, how many FD Link components do you see on theFireDAC Links tab
? – MartynA