Top "Dsn" questions

Data Source Name is used to define the connection to a data source such as a database.

How do I create a DSN for ODBC in Linux?

I am digging around in a Linux application that supposedly uses DSNs to connet to SQL Server. The connection stopped …

sql-server linux odbc dsn
Differences Between Drivers for ODBC Drivers

I was setting up the System DSN (64 bit) for my database in SQL server 2016 with Windows 10 64 bit pro. While I …

sql-server odbc dsn
Powershell to read from database using ODBC DSN instead of connection string

I know how to read value from database using connectionstring, i.e. Establish database connection to read $conn = New-Object System.…

powershell odbc dsn
PDO returning error "could not find driver" with a known working DSN

I'm trying to connect to an odbc database via php's PDO class: $dsn = 'odbc:CS_HDZipCodes32bit'; $username = 'demo'; $password = …

php pdo odbc dsn
Specify a default driver for ODBC

I have a legacy VB6 app which builds a DSN based on a parameter in a config file. The parameter …

vb6 odbc adodb dsn
Connecting to ODBC using pyODBC

I've read all the faq pages from the python odbc library as well as other examples and managed to connect …

python ms-access odbc pyodbc dsn
Host...not allowed error in ODBC connection, while connecting to an online MySQL database

I have downloaded MySQL ODBC Connector 5.1. Now am trying to setup the DSN. But am getting the error: Connection Failed : […

mysql odbc database-connection dsn
Programatically create ODBC connection and link tables in MS Access

We are using MS Access as a reporting front-end for Oracle. The data is accessed via an ODBC connection, and …

oracle ms-access odbc dsn
DSN to connectionstring?

We've got an ASP.NET website that uses a database that we want to be able to use a connectionstring …

asp.net odbc connection-string dsn
How to programmatically create an ODBC Linked Table to a SQL Server View and have it be editable?

When I create a DSN connection to SQL Server using the wizard, I am able to link it to a …

sql-server vba ms-access dsn