delete from tbl_APP_Configurations where ownerId = and ownerType = and applicationInstance = and applicationCode = and parameterName = UNSET #parameterName##chr(13)##chr(10)# update tbl_APP_Configurations set parameterValue = where ownerId = and ownerType = and applicationInstance = and applicationCode = and parameterName = SET #parameterName# #form[parameterName]##chr(13)##chr(10)# insert into tbl_APP_Configurations ( ownerId, ownerType, applicationInstance, applicationCode, parameterName, parameterType, parameterValue ) values( , , , , , 'String', ) OVERRIDE #parameterName# #form[parameterName]##chr(13)##chr(10)# #changeLogText#