Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
@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.
- Loading branch information