Password wrong even when using urllib.parse.quote_plus, but using pyodbc directly works #8951
Unanswered
KyllVLP
asked this question in
Usage Questions
Replies: 1 comment
-
hi - can you try programmatic URL construction ? that will eliminate any escaping issues as the problem. "query" can be passed as a dictionary. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running into a problem when trying to connect to a SQL server. Creating a normal connect string didn't work to establish a connection, so I went for the other pyodbc route. I use a string that works when I use pyodbc directly. It works for establishing a connection. However, I get the following error:
The code I use:
If I use the same string for pyodbc directly, the connection works correctly.
Am I doing something wrong or is this a bug?
Beta Was this translation helpful? Give feedback.
All reactions