Installed OLEDB Providers Enumeration Tool 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 OLEDB Providers List icon

DTM OLE DB provider List is a free command line tool that allows DBA, user or developer export list of installed OLE DB providers (32 or 64 bit depend on utility edition) to text file. The file is ready to import to MS Excel. DTM OLE DB provider 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

prov_list.exe [optional parameters]
or
prov_list_64.exe [optional parameters]

DTM OLE DB Provider List sample output

Parameters

Example: prov_list
This call shows provider name and ProgID.

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

prov_list > providers.txt
or
prov_list_64 > providers.txt

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

prov_list > providers.xls
or
prov_list_64 > providers.xls