jaydebeapi
jaydebeapi copied to clipboard
Multiple jars in connection
Hi!
I have multiple JAR paths in one string as an input from another application like /path/to/oracle.jar,/path/to/mssql.jar. However, when connecting and passing it as a string into connection (while it works with a single one)
conn2 = jaydebeapi.connect(jclassname="com.microsoft.sqlserver.jdbc.SQLServerDriver",
url="jdbc:sqlserver://params",
jars="/path/oracle.jar,/path/mssql.jar")
When I delete oracle.jar path, it works. How to pass multiple paths to the jars argument properly?
TypeError: Class com.microsoft.sqlserver.jdbc.SQLServerDriver is not found
Env:
JayDeBeApi==1.2.3
JPype1=1.1.0