fix DB crash when zcontents data for field is too large

This commit is contained in:
2013-09-10 12:44:59 +00:00
parent 62c254eca4
commit e47df68f83
2 changed files with 2 additions and 2 deletions

View File

@@ -167,7 +167,7 @@ namespace DataLoader
entry.DTS = Dts;
entry.UserID = Userid;
}
cont.MyZContent.OldStepSequence = ProcNumber + "|" + stpseq;
cont.MyZContent.OldStepSequence = ProcNumber + "|" + stpseq.TrimEnd(" ".ToCharArray());
Item itm = null;
// the stpseq for section records may include a space & some other data. This
// was not part of what is stored in the transition records, so just look at