-
Notifications
You must be signed in to change notification settings - Fork 103
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
Add instructions for setting up unixodbc / FreeTDS #10
Comments
if possible, instructions to setup unixodbc / Microsoft ODBC Native Driver would be good as well =D |
Hi, I was passing through and happened to have some instructions for setting up unixODBC and FreeTDS on a Mac with Homebrew (Note: the credit should go to this blog, who did the setup with MacPorts). Hopefully this helps and if not feel free to delete. Summary I'm using a Mac on Yosemite Version 10.10.1 trying to connect to a MS SQL Server database. I searched and couldn't find an updated detailed answer so here's a writeup that is mostly from this amazing article here. I'm adding it on stackoverflow in case the link dies. The idea is that we'll have the following layers to setup/connect. Layers
Steps
|
Thanks @WilliamQLiu! |
BTW--please feel free to add this to the wiki :) |
Hello - it works fine till I import pyodbc - I have an import error. Before that even, osql commands do not work and I was able to make pyodbc import before but still got an error [iOBDC] instead of [unixODBC] |
Maybe you can try pymssql instead of pyodbc. I had this as a stackoverflow On Wed, Jun 17, 2015 at 10:46 AM, sarahlunette [email protected]
|
Thanks ... Unfortunately I had already done that and it still did not work. It clearly is the connection between pyodbc and unixodbc .. either where the files are located or juste the script for pyodbc setup needs more changes ... Any clue ? thanks a lot |
No description provided.
The text was updated successfully, but these errors were encountered: