fixed stored procedure for consistency check to speed up processing
added history.recid to config
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user