forgot the returns
This commit is contained in:
parent
0cfdfce746
commit
de60ab5581
@ -102,12 +102,14 @@ namespace test
|
||||
}
|
||||
catch (Exception e) {
|
||||
Console.Write(nl + "bad source connection string: " + e.Message);
|
||||
return;
|
||||
}
|
||||
try {
|
||||
pgc.ConnectionString = dcs;
|
||||
}
|
||||
catch (Exception e) {
|
||||
Console.Write(nl + "bad source connection string: " + e.Message);
|
||||
return;
|
||||
}
|
||||
try {
|
||||
ibmc.Open();
|
||||
|
Loading…
Reference in New Issue
Block a user