I have 2 files , File A and File B (which has the same Keys). I need to update some fields in File A with some corresponding fields in File B. Also, If I am able to update the row in File A, then I need to update the field 'ERrorflag' in File B to a 'N'.
My question is , is there a way to achieve this in one shot without a Cursor? I know 'Update' can only update one file but is there any other options like 'Merge'?