I have an application running under Windows connecting to a SQL Server. The application works perfectly fine under Windows. The same application should work likewise on Linux (Ubuntu 18.04) via Delphi's cross-platform development. Yet, I get the
.
This happened after installation of the driver via Microsoft's tutorial: https://learn.microsoft.com/de-de/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server?view=sql-server-ver15
Does someone have any idea what's going wrong?
Driveror aDSN(data source name) in your connection string. See here for more details.