Knowledgebase: Connection
[QODBC-ALL] Troubleshooting - The Driver did not supply an error - Python
Posted by Rajendra Dewani (QODBC Support) on 22 February 2022 08:47 AM
|
|
Troubleshooting - [QODBC-ALL] - Troubleshooting - The Driver did not supply an error - PythonProblem DescriptionI tried to connect to QODBC using python, gave me the following error. The python code I am using is this.
import pyodbc
SolutionsPlease try adding a parameter, i.e., "autocommit=True."
| |
|
Comments (0)