I'm using jtds to connect to a SQL Server using NTLM authentication. But the password contains a semi-colon and jtds throws an error message that the connection string is invalid. Is there a way to escape certain characters in the password?
Thanks,
Girish
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm using jtds to connect to a SQL Server using NTLM authentication. But the password contains a semi-colon and jtds throws an error message that the connection string is invalid. Is there a way to escape certain characters in the password?
Thanks,
Girish