msdasql: Use SQLColAttributesW to fetch statement attributes.
commitec9610c46b47afbc71030ada6420fa400e48097a
authorAlistair Leslie-Hughes <leslie_alistair@hotmail.com>
Wed, 8 Feb 2023 22:56:33 +0000 (9 09:56 +1100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 17 Feb 2023 10:19:20 +0000 (17 11:19 +0100)
treea650ad075183a9de8b1067406b87f4368e04af64
parent39655dade3c802557754439451279c5b59b31ce8
msdasql: Use SQLColAttributesW to fetch statement attributes.

We need to use the ODBC v1 function SQLColAttributesW, to ensure that we
use the lowest verion available.  This ODBC function internally will call
SQLColAttribute or SQLColAttributesW depending on what the driver supports.
dlls/msdasql/session.c