-
Notifications
You must be signed in to change notification settings - Fork 23
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
Connecting to ODBC with %LOAD #37
Comments
Hi @marimeireles, any advice? :) |
Hi again, I've managed to connect to ODBC on Windows. My previous attempt was through the WSL (version 1) and it did not seem to find the backend odbc library ( Regarding windows, the way the ODBC connection works is different to the other ones (Postgres, MySQL...), When I run Could be relevant: ODBC Connection String Keyword list |
Hey @lc5415, sorry for being non responsive here. I was in vacation. That's great you figured out a solution! :)
Regarding this... It's weird because the SOCI docs don't mention any special treatment for windows. It should work as the other stuff is working. maybe they're also lacking in docs. |
Would be indeed very cool to get some more docs for ODBC -- there are a couple databases where I could see it being immediately useful :) |
ODBC support would be much appreciated for Snowflake users! I set up a connection using |
I ended up with the same error on MacOS with Xeus-SQL installed in a Conda/Mamba environment:
What library is required here? I tried installing I am able to connect with |
Hello guys, I've been watching this project for a while and my only option to use this project is to connect to my DB endpoints via ODBC. Unfortunately I have seen you have no example nor documentation for that use case.
I am trying to use
xeus-sql
's%LOAD
to connect to my ODBC driver and I am certainly doing something wrong, I would love if you can provide some help:Note: HiveANAHDSN is the name of my ODBC driver Data Source Name (DSN)
The text was updated successfully, but these errors were encountered: