invalid port number MSSQL #319
-
Hi there! I'm getting the error But if I changed the password in conn string to combination without symbol '#' I get another arror - The SOURSE - MS SQL Server with SQL Server Authentication. So, please help me. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @SergKS8 , in case of the special symbols, you can use urlencoding to encode your password in connection string. Here is an example:
As for the port, can you try to explicitly specify your port in the connection string? |
Beta Was this translation helpful? Give feedback.
Hi @SergKS8 , in case of the special symbols, you can use urlencoding to encode your password in connection string. Here is an example:
As for the port, can you try to explicitly specify your port in the connection string?