fix DB crash when zcontents data for field is too large
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user