mirror of
https://github.com/reactos/wine.git
synced 2025-02-21 13:23:25 +00:00
Fix field numbering so the CREATE query works for multiple columns.
This commit is contained in:
parent
9cb2787a95
commit
c95a6aa6de
@ -142,6 +142,8 @@ static UINT CREATE_execute( struct tagMSIVIEW *view, MSIHANDLE record )
|
||||
r = tv->ops->set_int( tv, row, 4, 0x8000|col->type );
|
||||
if( r )
|
||||
break;
|
||||
|
||||
nField++;
|
||||
}
|
||||
if( !col )
|
||||
r = ERROR_SUCCESS;
|
||||
|
Loading…
x
Reference in New Issue
Block a user