Hello,
Please try this,
. Create a user variable say $ErrMsg$.
. Using String Manipulation command assign 'error in step $msg_value$ occurred' to $ErrMsg$.
.Use $ErrMsg$ in Insert command like this,
INSERT INTO tbl_my_table (LOG_MSG, MSG_ID) VALUES ($ErrMsg$,$msg_id$)
Hope this helps.
|