-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
ms sql adaptor string #49
Comments
Do you have dispatch.vim installed? |
Hello, I did not, but I have just installed it. |
To clarify I have installed it and hoping for further guidance. Thank you for taking the time. |
What is happening? |
An internet search indicates that a missing entry in the 'Windows Environment Variables' list may be the cause, so I've included a list system path variable values. %SystemRoot%; |
Don't run |
Nothing happens. There isn't an error message or any apparent indicator of activity. |
What if you call |
|
I'm unclear what's going on. Try changing this line: Line 206 in 33e576f
To look like this:
And then see what |
No change unfortunately |
Change it to
and see what the command is. It should show up in |
I've changed that line, then run the
For what its worth the command I'm running is:
I'm able to login using a console client called mssql-cli. With that I run the command:
|
@tpope I'm having the same experience using the mssql jdbc driver, and vim dispatch. The escaped command resolves to |
What is |
Edit: I'm using linux btw |
I just noticed the original issue says |
There's a lot going on here, can you describe your symptoms as if the original issue didn't exist? |
System
Config
Commands:DB g:db = jdbc:sqlserver://127.0.0.1;databaseName=<database_name>;user=<user>;password=<password>;
:DB The above DB command, which I would expect to open an interactive shell, does nothing NotesI haven't had time to try this isolated (disabling other plugins). Honestly it's not that severe of an issue, I find I mostly execute a buffer which works fine. I just saw this on the repo and thought I'd offer my experience as well. |
Try |
edit: I use the if this seems like an environment specific issue I'm happy to figure it out for myself |
It's using |
I am a beginner attempting to start an interactive console with mssql using the
adapter string specified in the help documentation:
I'm using gvim 8.1 and MS SQL Server Management Studio v18.2 installed on a win
10 desktop, so I believe I don't have host or port details (perhaps thats the
issue?)
I do have a server name, username and password, and a database name ('test') which I've
used as follows:
but sadly there is no visual indication that a console has started. I've tried to create a table but again no joy.
Help very appreciated.
The text was updated successfully, but these errors were encountered: