About 272,000 results
Open links in new tab
  1. 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, …

  2. python - How to connect to SQL using Pyodbc - Stack Overflow

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

  3. 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 …

  4. return column names from pyodbc execute () statement

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

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

    Jul 9, 2012 · In pyodbc 3.0.7, it works fine to catch pyodbc.ProgrammingError (and presumably the other error types, although I haven't tried). The contents of the error are still sort of cryptic, …

  6. 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 …

  7. python - How do I use pyodbc.connect () with authorization ...

    Jul 25, 2019 · How do I use pyodbc.connect () with authorization=ActiveDirectoryIntegrated? Asked 6 years, 3 months ago Modified 4 years, 7 months ago Viewed 17k times

  8. ModuleNotFoundError: No module named 'pyodbc' when …

    import pyodbc as pyodbc ModuleNotFoundError: No module named 'pyodbc' (where line 5 is the 'import pyodbc' line) I have tried copying the pyodbc.cp37-win_amd64.pyd file into my Python …

  9. 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 = …

  10. python - Pyodbc - "Data source name not found, and no default …

    Pyodbc - "Data source name not found, and no default driver specified" Asked 12 years, 5 months ago Modified 1 year, 6 months ago Viewed 129k times