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

Sublime Text 3 SQLDriverConnect Error #28

Closed
ben-sandham opened this issue Oct 14, 2020 · 1 comment
Closed

Sublime Text 3 SQLDriverConnect Error #28

ben-sandham opened this issue Oct 14, 2020 · 1 comment

Comments

@ben-sandham
Copy link

ben-sandham commented Oct 14, 2020

image

Hello, the error above continues to pop up when I am using TSQL package in ST3. Unfortunately, the error popup does not let me copy and paste the error message.

I am only interested in using the TSQL package as a TSQL syntax highlighter, not to actually connect to / run queries against a DB with a Microsoft SQL Server connection.

Please let me know if any system information is required to further troubleshoot this issue.

@tosher
Copy link
Owner

tosher commented Oct 15, 2020

Just set the driver option to empty value:

       "te_sql_server" {
        "Offline Server": {
            "driver": ""
            }
         }

@tosher tosher closed this as completed Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants