Fix field numbering so the CREATE query works for multiple columns.

This commit is contained in:
Aric Stewart 2004-06-30 18:24:21 +00:00 committed by Alexandre Julliard
parent 9cb2787a95
commit c95a6aa6de
1 changed files with 2 additions and 0 deletions

View File

@ -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;