You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sandmanctl mssql+pyodbc://{server}/{database} - (server and database are replaced with actual values)
we are receiving the following error:
sqlalchemy.exc.DBAPIError: (Error) ('00000', '[00000] [iODBC][Driver Manager]dlopen({SQL Server}, 6): image not found (0) (SQLDriverConnect)') None None
I believe it is a driver setup but I am not sure. I am running this command on os-x. I need the setup/command to get this to connect to a remote sql server.
The text was updated successfully, but these errors were encountered:
When trying to run the following command:
sandmanctl mssql+pyodbc://{server}/{database} - (server and database are replaced with actual values)
we are receiving the following error:
sqlalchemy.exc.DBAPIError: (Error) ('00000', '[00000] [iODBC][Driver Manager]dlopen({SQL Server}, 6): image not found (0) (SQLDriverConnect)') None None
Researched this error http://stackoverflow.com/questions/4665078/connect-to-mssql-from-sqlalchemy-by-pyodbc-on-mac-os but no go
I believe it is a driver setup but I am not sure. I am running this command on os-x. I need the setup/command to get this to connect to a remote sql server.
The text was updated successfully, but these errors were encountered: