baztian / jaydebeapi

JayDeBeApi module allows you to connect from Python code to databases using Java JDBC. It provides a Python DB-API v2.0 to that database.
GNU Lesser General Public License v3.0
366 stars 148 forks source link

Issue connecting to MSSQL #75

Open tcosta13 opened 6 years ago

tcosta13 commented 6 years ago

Hello, I am getting the follwoing error:

return jpype.java.sql.DriverManager.getConnection(url, *dargs) RuntimeError: No matching overloads found for getConnection in find. at native/common/jp_method.cpp:127

jaydebeapi.connect('com.microsoft.sqlserver.jdbc.SQLServerDriver', ['jdbc:sqlserver://{host}:{port};{table};{user};{password};'])

akbo commented 6 years ago

What does your code look like?