Menu

#775 Using Comma in jtds Connection URL

v2.x
wont-fix
nobody
None
1
2018-09-04
2018-09-04
Ali
No

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

Discussion

  • momo

    momo - 2018-09-04
    • status: open --> wont-fix
     
  • momo

    momo - 2018-09-04

    This is not a bug. What are you trying to do?

    The driver's URL format is documented here...

     
    • Ali

      Ali - 2018-09-04

      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 ( , )

       
  • momo

    momo - 2018-09-04

    Colon is used to specify the port... 192.168.1.1:4545

     
  • Ali

    Ali - 2018-09-04

    It does not work

     

Log in to post a comment.