We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In MS SQL you need to set pre-connect connection attributes to be able to authenticate using Azure AD with things like access tokens.
This is supported by all recent versions of the MS ODBC drivers on all platforms, but I can't find how I can pass them using TurbODBC.
The text was updated successfully, but these errors were encountered:
I would also love to figure out how to do this. I'd like to set the SQL_ATTR_PACKET_SIZE connection attribute
SQL_ATTR_PACKET_SIZE
Sorry, something went wrong.
No branches or pull requests
In MS SQL you need to set pre-connect connection attributes to be able to authenticate using Azure AD with things like access tokens.
This is supported by all recent versions of the MS ODBC drivers on all platforms, but I can't find how I can pass them using TurbODBC.
The text was updated successfully, but these errors were encountered: