I’m trying to access a MS SQL Server database with host, instance and port.
Normally the connection string looks “hostinstance@database” or “host@database” as I can’t use the standard port I tried to use “host:portinstance”, “host:portinstance@database” and a lot of other combinations. But I always get the error:
08001 [DBNETLIB][ConnectionOpen (ParseConnectParams()).]Invalid connection.
OR
08001 [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.
Does someone know how to solve this issue?