705706707708709710711712713714715
update1.set_where("GUID='"+guid + "'"); update1.copyFieldsFrom(insert2); update1.set_direct("MODIFIED", "%now"); update1.set("MODIFIED_BY", _createdBy); getConnection().execute(update1.make_cmd()); } // bei order warning, bei file skip } }