-
Notifications
You must be signed in to change notification settings - Fork 80
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
Load Sybase driver in UnixODBC (macOS) #72
Comments
I haven't played around with ODBC on mac, but I believe the native Mac driver manager uses iODBC. I'm not sure but the Sybase one might target either unixODBC or iODBC, which I believe have slightly different interfaces. This package targets unixODBC because it is mostly interoperable with the native Windows ODBC Driver Manager, and most Mac users can download and use unixODBC instead of iODBC. |
The instructions at the bottom of this page might help, you can try to target unixODBC when you build it and see if that helps: |
[2.3.0] Fix 'new Error'
Hi there !
Would it be possible to load a Sybase driver (like libdbodbc16.so or the bundle one) with unixodbc on MacOS ?
I've already tried but the driver won't load or it crashes.
At the moment I'm using FreeTDS but I would prefer using the official Sybase one (better compatibility).
Thanks 👍
Edit: Is there a way not to use the UnixODBC on macOS and use the one installed on the machine directly (like on Windows) ?
The text was updated successfully, but these errors were encountered: