dump erroring sql
This commit is contained in:
parent
f1316a7147
commit
3e79323c18
@ -24,7 +24,7 @@ namespace test
|
|||||||
|
|
||||||
string msg = "Help:";
|
string msg = "Help:";
|
||||||
msg = msg + Environment.NewLine;
|
msg = msg + Environment.NewLine;
|
||||||
msg = msg + "version 0.13";
|
msg = msg + "version 0.14";
|
||||||
msg = msg + Environment.NewLine;
|
msg = msg + Environment.NewLine;
|
||||||
msg = msg + "-scs source connection string";
|
msg = msg + "-scs source connection string";
|
||||||
msg = msg + Environment.NewLine;
|
msg = msg + Environment.NewLine;
|
||||||
@ -184,6 +184,7 @@ namespace test
|
|||||||
ibmc.Close();
|
ibmc.Close();
|
||||||
pgt.Rollback();
|
pgt.Rollback();
|
||||||
pgc.Close();
|
pgc.Close();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
sql = "";
|
sql = "";
|
||||||
}
|
}
|
||||||
@ -197,10 +198,11 @@ namespace test
|
|||||||
catch (Exception e) {
|
catch (Exception e) {
|
||||||
Console.Write(Environment.NewLine);
|
Console.Write(Environment.NewLine);
|
||||||
Console.Write(e.Message);
|
Console.Write(e.Message);
|
||||||
|
System.IO.File.WriteAllText(@"C:\Users\ptrowbridge\Downloads\runner_error.sql",sql);
|
||||||
//ibmc.Close();
|
//ibmc.Close();
|
||||||
pgt.Rollback();
|
pgt.Rollback();
|
||||||
pgc.Close();
|
pgc.Close();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
sql = "";
|
sql = "";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user