Hi
When I use Comma in jtds For Example "jdbc:jtds:sqlserver: 192.168.1.1,4545;
It make Error in Connection, My MSSQL URL Address have Comma.
How to solve this Error?
Thanks
I want connect to my SQL Server database
My database URL Contain IP AND Port that separate with comma ( , ) Like this: 192.168.1.1,4545
Jtds Can’t Connect because URL Have Comma ( , )
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is not a bug. What are you trying to do?
The driver's URL format is documented here...
I want connect to my SQL Server database
My database URL Contain IP AND Port that separate with comma ( , ) Like this: 192.168.1.1,4545
Jtds Can’t Connect because URL Have Comma ( , )
Colon is used to specify the port... 192.168.1.1:4545
It does not work