Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Named Pipe connection #1150

Open
robustsoftware opened this issue Sep 21, 2019 · 3 comments
Open

Support for Named Pipe connection #1150

robustsoftware opened this issue Sep 21, 2019 · 3 comments
Labels
Enhancement An enhancement to the driver. Lower priority than bugs.

Comments

@robustsoftware
Copy link

Support for a named pipe connection, so that java application can connect to LocalDB instance.

@robustsoftware robustsoftware added the Enhancement An enhancement to the driver. Lower priority than bugs. label Sep 21, 2019
@peterbae
Copy link
Contributor

Hi @robustsoftware, support for named pipes is in our backlog but there is no timeline for it at this time. You can refer to #769 for the discussion that took before.

@koenig-dominik
Copy link

Any timing on this issue?

Currently it's not possible to connect to a LocalDB via any official driver.

Even the jTDS Driver workaround does not work (at least the official one) as that always creates paths like this:
\\.\pipe\MSSQL$LOCALDB#XXXXXXXX\sql\query
Where the \pipe\MSSQL$ and \sql\query parts are not changeable

The sqllocaldb info command outputs somethind like this:
np:\\.\pipe\LOCALDB#XXXXXXXX\tsql\query

It's only possible with a fork of jTDS which is not available on any maven repository
https://github.com/milesibastos/jTDS/ (I did not test that)

@David-Engel
Copy link
Collaborator

Any timing on this issue?

No. This item is still in the backlog but has no timeline associated with it.

Regards,
David

@github-project-automation github-project-automation bot moved this to To be triaged in MSSQL JDBC Aug 28, 2024
@Jeffery-Wasty Jeffery-Wasty moved this from To be triaged to Backlog in MSSQL JDBC Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement An enhancement to the driver. Lower priority than bugs.
Projects
Status: Backlog
Development

No branches or pull requests

4 participants