View Single Post
  #2 (permalink)  
Old 04-02-2010, 06:07 AM
forumsupport forumsupport is offline
Senior Member
 
Join Date: Apr 2007
Posts: 1,342
Default

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.
Reply With Quote