Collections:
Adding a New DSN with the ODBC Driver for SQL Server
How To Add a New DSN with the ODBC Driver for SQL Server?
✍: Guest
Assuming that the ODBC driver for SQL Server has been installed as part
of the Windows system, the next step of setting up ODBC connection to SQL Server
is to create a new DSN (Data Source Name) with the ODBC Data Source Administrator:
You should a list of all ODBC drivers installed on your system. SQL Server ODBC driver should be on the list. If you look at the picture below, you will see the SQL Server ODBC driver with version 2000.85.1117.00, file SQLSRV32.DLL, date 8/4/2004:
Select "SQL Server" from the ODBC driver list, and click "Finish" button. The "Create a New Data Source to SQL Server" wizard window shows up. Continue with the next tutorial to finish up creating a new DSN.
⇒ Defining the Name and Server for a new DSN
⇐ What Is ODBC (Open Database Communication)?
2024-08-06, 2651🔥, 0💬
Popular Posts:
How To Calculate Age in Days, Hours and Minutes in SQL Server Transact-SQL? On many Web sites, news ...
How To Convert Binary Strings into Hexadecimal Character Strings in SQL Server? When a query returns...
How to calculate the storage size of a JSON (JavaScript Object Notation) value using the JSON_STORAG...
How To Use DATEADD() Function in SQL Server Transact-SQL? DATEADD() is a very useful function for ma...
Where to find SQL Server Transact-SQL language references? You can find SQL Server Transact-SQL lang...