On Thu Jul 18 09:12:11 2024 +0000, Hans Leidekker wrote:
This is emulating a v3 function (SQLAllocHandle()) with v2 functions (SQLAllocEnv()/..). Is that what native does? Is your app calling SQLAllocHandle() or is it us? In the latter case we may just need to handle that differently.
The application is calling SQLAllocHandle but the underlying driver only implements SQLAllocEnv/SQLAllocConnect and not SQLAllocHandle.
For reference, this basically states the behavior implemented. https://learn.microsoft.com/en-us/sql/odbc/reference/develop-app/mapping-rep...