fixed stored procedure for consistency check to speed up processing

added history.recid to config
This commit is contained in:
Rich
2012-02-09 16:11:02 +00:00
parent bcf31cdfa2
commit 11ba8ffa78
3 changed files with 61 additions and 125 deletions

View File

@@ -408,6 +408,7 @@ namespace DataLoader
DateTime dts = GetDTS(dr["Date"].ToString(), dr["Time"].ToString());
ConfigInfo ci = new ConfigInfo(null);
ci.AddItem("History", "RecID", rid);
ci.AddItem("Section", "OldType", stype);