include mssql driver

This commit is contained in:
Paul Trowbridge 2023-01-24 11:44:05 -05:00
parent c67c7b1360
commit fe39c6a2ae
2 changed files with 2 additions and 1 deletions

View File

@ -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 {

View File

@ -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";