About 5,340,000 results
Open links in new tab
  1. Why am I getting "Data source name not found and no default …

    Oct 26, 2019 · When trying to make a program on Windows that connects to a database via ODBC, I got the following error: [Microsoft] [ODBC Driver Manager] Data source name not …

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

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

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

  5. odbc - What does the SQL Server Error "String Data, Right …

    Mar 4, 2016 · This is a known issue of the mssql ODBC driver. According to the Microsoft blog post: The ColumnSize parameter of SQLBindParameter refers to the number of characters in …

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

  7. Where are ODBC Machine DSN settings stored in Windows?

    Sep 12, 2019 · I was able to find the "Machine Data Sources" that Microsoft Access creates in the Windows Registry Here: …

  8. PYODBC InterfaceError- Data source name not found

    Oct 8, 2019 · I am trying to connect Python to MS Access Database using pyodbc but every time I get the following error: pyodbc.InterfaceError: ('IM002', '[IM002] [Microsoft][ODBC Driver …

  9. ODBC Driver 18 for SQL Server]SSL Provider: [error:1416F086]

    Mar 31, 2022 · Also DRIVER={{SQL Server}} may work on Windows dev machine, but on Linux you must specify the odbc version like DRIVER={{ODBC Driver 18 for SQL Server}} if you …

  10. How to find the ODBC driver name for a connection string?

    Oct 21, 2015 · Use the ODBC Data Source Administrator app. Make sure you use the 32 bit or the 64 bit version depending on your applications build target. Then select the "File DSN" tab …