wine/dlls/msdasql
Alistair Leslie-Hughes ec9610c46b 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.
2023-02-17 11:19:20 +01:00
..
tests msdasql: Always return affected rows if required. 2023-02-16 10:35:21 +01:00
Makefile.in
msdasql.rc
msdasql.rgs
msdasql.spec
msdasql_classes.idl
msdasql_main.c msdasql: Use SQLDriverConnectW to connect to the ODBC driver. 2023-02-16 10:35:21 +01:00
msdasql_private.h
session.c msdasql: Use SQLColAttributesW to fetch statement attributes. 2023-02-17 11:19:20 +01:00