Commit 9cb2787a authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

Fix the INSERT query.

parent ab519f2a
......@@ -103,7 +103,7 @@ static UINT INSERT_execute( struct tagMSIVIEW *view, MSIHANDLE record )
}
else
val = MsiRecordGetInteger( record, n++ );
r = sv->ops->set_int( sv, row, 1, val );
r = sv->ops->set_int( sv, row, n, val );
if( r )
break;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment