overwrite row count that prints instead of creating a list
This commit is contained in:
parent
ac59b46e1f
commit
7cc653d685
@ -251,7 +251,7 @@ public class jrunner {
|
|||||||
try {
|
try {
|
||||||
stmtd = dcon.createStatement();
|
stmtd = dcon.createStatement();
|
||||||
stmtd.executeUpdate(sql);
|
stmtd.executeUpdate(sql);
|
||||||
System.out.println(t);
|
System.out.print("\r" + t);
|
||||||
} catch (SQLException e) {
|
} catch (SQLException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
System.out.println(sql);
|
System.out.println(sql);
|
||||||
@ -266,7 +266,7 @@ public class jrunner {
|
|||||||
try {
|
try {
|
||||||
stmtd = dcon.createStatement();
|
stmtd = dcon.createStatement();
|
||||||
stmtd.executeUpdate(sql);
|
stmtd.executeUpdate(sql);
|
||||||
System.out.println(t);
|
System.out.print("\r" + t);
|
||||||
} catch (SQLException e) {
|
} catch (SQLException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
System.out.println(sql);
|
System.out.println(sql);
|
||||||
|
Loading…
Reference in New Issue
Block a user