I am trying to connect to a SQL database named TaskMgr
I added the mtlmauth.dll to the Java jdk1.8.0_4 - this fixed one error
I have added the jar
#AdditionalJar: jtds-1.3.1.jar
I am using the statement:
SQL1.Initialize("net.sourceforge.jtds.jdbc.Driver","jdbc:jtds:sqlserver://localhost")
I am getting the error:
java.sql.SQLException: Invalid object name 'sqlite_master'.
The database is in SQL Server not sqlite.
I have tried different combinations of Initialize and Initialize2 with no success with and without the database name and username and password. Some say too many parameters and don't work at all.
Any help would be appreciated
Thank you
Robert
I added the mtlmauth.dll to the Java jdk1.8.0_4 - this fixed one error
I have added the jar
#AdditionalJar: jtds-1.3.1.jar
I am using the statement:
SQL1.Initialize("net.sourceforge.jtds.jdbc.Driver","jdbc:jtds:sqlserver://localhost")
I am getting the error:
java.sql.SQLException: Invalid object name 'sqlite_master'.
The database is in SQL Server not sqlite.
I have tried different combinations of Initialize and Initialize2 with no success with and without the database name and username and password. Some say too many parameters and don't work at all.
Any help would be appreciated
Thank you
Robert