About 53 results
Open links in new tab
  1. python - How to connect to SQL using Pyodbc - Stack Overflow

    Aug 27, 2022 · How to connect to SQL using Pyodbc Asked 3 years, 4 months ago Modified 4 months ago Viewed 11k times

  2. python pyodbc : how to connect to a specific instance

    Am trying to connect to a specific instance of SQL Server and get some data from system tables. Am connecting using this code snippet: connSqlServer = pyodbc.connect('DRIVER={SQL Server Native …

  3. pyodbc INSERT FROM CSV stopped working in Access - "Operation not ...

    Dec 11, 2025 · 2 I recently (as of November 2025) had some working SQL via pyODBC to import an existing CSV file to a table in an Access database.

  4. Retrieving Data from SQL Using pyodbc - Stack Overflow

    I am trying to retrieve data from an SQL server using pyodbc and print it in a table using Python. However, I can only seem to retrieve the column name and the data type and stuff like that, not the

  5. how do you connect to oracle using pyodbc - Stack Overflow

    I am trying to connect to Oracle db using pyodbc, getting errors. The examples include ms sql server driver: in my /etc/unixODBC/odbc.ini, I have this entry: [test_con] Driver=Oracle Description=...

  6. return column names from pyodbc execute () statement

    Jun 13, 2015 · return column names from pyodbc execute () statement Asked 13 years, 3 months ago Modified 6 years, 5 months ago Viewed 97k times

  7. pyodbc - How to perform a select statement using a variable for a ...

    pyodbc - How to perform a select statement using a variable for a parameter [duplicate] Asked 13 years, 10 months ago Modified 2 years, 11 months ago Viewed 72k times

  8. how to catch specific pyodbc error message - Stack Overflow

    Jul 9, 2012 · 11 pyodbc seems to just wrap the errors/exceptions from the underlying ODBC implementation, so it's unlikely that you will be able to do this.

  9. OperationalError when trying to connect to SQL Server database using …

    Mar 23, 2022 · OperationalError: ('08001', '[08001] [Microsoft][ODBC Driver 18 for SQL Server]SSL Provider: [error:1425F102:SSL routines:ssl_choose_client_version:unsupported …

  10. python - Connecting to ODBC using pyODBC - Stack Overflow

    Jun 15, 2015 · I've read all the faq pages from the python odbc library as well as other examples and managed to connect to the DSN, using the following code: cnxn = …