About 6,020,000 results
Open links in new tab
  1. Differences Between Drivers for ODBC Drivers - Stack Overflow

    Using python (pyodbc) I tested the throughput of the SQL Server, ODBC Driver 13 for SQL Server, and SQL Server Native Client 11.0 drivers. The SQL Server driver was consistently …

  2. Why am I getting "Data source name not found and no default …

    Oct 26, 2019 · The Microsoft ODBC Driver 17 for SQL Server The Microsoft Access database driver, which is part of the Microsoft Access Database Engine. Note that simultaneous …

  3. ODBC Driver 18 Not Found in Azure Function Using Python 3.11

    Aug 30, 2024 · Switching to Python 3.10: The problem persists with ODBC Driver 18 and also occurs when using ODBC Driver 17. Checking connection string: Ensured that the connection …

  4. How to find out SQL Server ODBC driver version using code?

    Jan 27, 2025 · I need to find a way to get the SQL Server ODBC driver version info using code, preferably PowerShell. Is there an easy way to achieve this? I checked registry, It is not …

  5. Simplest Way to Test ODBC on WIndows - Stack Overflow

    Apr 24, 2010 · One way to create a quick test query in Windows via an ODBC connection is using the DQY format. To achieve this, create a DQY file (e.g. test.dqy) containing the magic first …

  6. odbc - The specified DSN contains an architecture mismatch …

    Jan 17, 2012 · After you have installed an ODBC driver from the driver's setup program, you can define one or more data sources for it. The data source name (DSN) should provide a unique …

  7. [Microsoft][ODBC Driver Manager] Data source name not found …

    May 28, 2017 · Details: [Microsoft] [ODBC Driver Manager] Data source name not found and no default driver specified In my ODBC manager, I have a list of User DSN's and System DSN's. I …

  8. Connecting to Microsoft SQL server using Python

    Nov 16, 2015 · 45 In data source connections between a client and server there are two general types: ODBC which uses a DRIVER and OLEDB which uses a PROVIDER. And in the …

  9. Setting up PostgreSQL ODBC on Windows - Stack Overflow

    As I see PostgreSQL installer doesn't include 64 bit version of ODBC driver, which is necessary in your case. Download psqlodbc_09_00_0310-x64.zip and install it instead. I checked that on …

  10. PYODBC--Data source name not found and no default driver …

    Sep 5, 2017 · However, be aware that the {SQL Server} driver that ships with Windows is pretty ancient (circa SQL Server 2000) and may prove limiting when working with current versions of …