01 Single SQL command static
**FREE
exec sql update FileA set FieldA = FieldB +1;
if sqlstt <> '00000';
// handle the error condition
else;
// show how many records were updated
endif;
*inlr = *on;
exec sql update FileA set FieldA = FieldB +1;
if sqlstt <> '00000';
// handle the error condition
else;
// show how many records were updated
endif;
*inlr = *on;
Comments
Post a Comment