Hello world. I need some help:
What I need: Connect with a local MS SQL Server database.
What I have done:
Included this: #AdditionalJar: sqljdbc42.jar
Initialized the connection with: sql1.Initialize("sqljdbc42.jar", "jdbc:jtds:sqlserver://192.168.0.76\SQLEXPRESS:1433/SimpleLogs;user=USER;password=PWD")
What I got: Prrrrt.
Error occurred on line: 18 (Main)
java.lang.RuntimeException: Class not found: sqljdbc42.jar
Are you missing an #AdditionalJar attribute setting?
Anyone knows what is wrong?
What I need: Connect with a local MS SQL Server database.
What I have done:
Included this: #AdditionalJar: sqljdbc42.jar
Initialized the connection with: sql1.Initialize("sqljdbc42.jar", "jdbc:jtds:sqlserver://192.168.0.76\SQLEXPRESS:1433/SimpleLogs;user=USER;password=PWD")
What I got: Prrrrt.
Error occurred on line: 18 (Main)
java.lang.RuntimeException: Class not found: sqljdbc42.jar
Are you missing an #AdditionalJar attribute setting?
Anyone knows what is wrong?