From: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- dlls/odbc32/proxyodbc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/odbc32/proxyodbc.c b/dlls/odbc32/proxyodbc.c index 49e16b1df08..26f38d63b63 100644 --- a/dlls/odbc32/proxyodbc.c +++ b/dlls/odbc32/proxyodbc.c @@ -1003,6 +1003,7 @@ static SQLRETURN col_attribute_win32_a( struct statement *stmt, SQLUSMALLINT col case SQL_COLUMN_TYPE: case SQL_COLUMN_DISPLAY_SIZE: + case SQL_MAX_COLUMNS_IN_TABLE: break; default: @@ -6188,6 +6189,7 @@ static SQLRETURN col_attribute_win32_w( struct statement *stmt, SQLUSMALLINT col case SQL_COLUMN_TYPE: case SQL_COLUMN_DISPLAY_SIZE: + case SQL_MAX_COLUMNS_IN_TABLE: break; default: -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/6365