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

@@ -27,6 +27,7 @@ namespace DataLoader
frmMain.UpdateLabels(0, 0, 1);
ConfigInfo ci = new ConfigInfo(null);
ci.AddItem("History", "RecID", Recid);
string stptext = null;
if (userid == null || userid == "") userid = "Migration";
int tok = -1;