-
- Downloads
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.
Loading
Please register or sign in to comment