This fixes two regression with the latest ODBC32 updates.
- SQLAllocStmt is an ODBC v2 function, so use the SQLAllocHandle (odbc v3) by default.
- SQLBindCol call the actual driver function (appears to be a copy paste mistake).
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/6247