Skip to content

Conversation

@mpilgrem
Copy link

@derrickturk has identified (derrickturk@99cbefb) that, in the case of the MS Access ODBC driver, the BufferLength argument of ODBC API function SQLGetInfo cannot be ignored (that is, set to 0), despite what is implied by the Microsoft API documentation (https://docs.microsoft.com/en-us/sql/odbc/reference/syntax/sqlgetinfo-function?view=sql-server-2017).

InfoType SQL_TXN_CAPABLE returns a SQLUSMALLINT value and the BufferLength must be set accordingly.

@derrickturk has identified (derrickturk@99cbefb) that, in the case of the MS Access driver, the `BufferLength` argument of function `SQLGetInfo` cannot be ignored (set to 0), despite what is implied by the Microsoft documentation (https://docs.microsoft.com/en-us/sql/odbc/reference/syntax/sqlgetinfo-function?view=sql-server-2017).

`InfoType` `SQL_TXN_CAPABLE` returns a `SQLUSMALLINT` value and the `BufferLength` must be set accordingly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants