Configured ODBC Data Sources Enumeration Utility Overview

Should I order a business license of the tool?
Yes, if you:
  • need professional technical support
  • use more than 5 copies of the tool in your company
  • want to install the tool in a bulk manner automatically

Order Business License

DTM ODBC Driver List icon

DTM ODBC Data Source Name List is a free command line tool that allows DBA, user or developer export list of ODBC data sources to text file. The file is ready to import to MS Excel. DTM ODBC Data Source Name List is a Windows application that supports Windows XP/Vista/7, Windows 8/10 (desktop), Server 2003/2008/2012/2016.

Download 32 and 64 bit versions. No installation is required.

Usage

dsn_list.exe [optional parameters]
or
dsn_list_x64.exe [optional parameters]

Parameters

DTM ODBC Data Source Name List sample output

Example, the call shows user DSN list:

dsn_list -u
or
dsn_list_x64 -u

Questions and Answers

Q: How to save execution results to a file?
A: Use file redirect, fir example:

dsn_list > dsn.txt
or
dsn_list_x64 > dsn64.txt

Q: How to export the list into Excel spreadsheet?
A: Use XLS file as an output and open created file by excel:

dsn_list -s > dsn.xls
or
dsn_list_x64 -s > dsn64.xls

See also: end user license agreement.