include mssql driver
This commit is contained in:
parent
c67c7b1360
commit
fe39c6a2ae
@ -26,6 +26,7 @@ dependencies {
|
||||
//jdbc drivers
|
||||
implementation 'org.postgresql:postgresql:42.5.0'
|
||||
implementation 'net.sf.jt400:jt400:11.0'
|
||||
implementation 'com.microsoft.sqlserver:mssql-jdbc:9.2.0.jre8'
|
||||
}
|
||||
|
||||
application {
|
||||
|
@ -38,7 +38,7 @@ public class jrunner {
|
||||
Timestamp tsStart = null;
|
||||
Timestamp tsEnd = null;
|
||||
|
||||
msg = "jrunner version 0.38";
|
||||
msg = "jrunner version 0.39";
|
||||
msg = msg + nl + "-scu source jdbc url";
|
||||
msg = msg + nl + "-scn source username";
|
||||
msg = msg + nl + "-scp source passowrd";
|
||||
|
Loading…
Reference in New Issue
Block a user