|
DTM ODBC Driver List is a command line tool that allows DBA, user or developer to export list of installed ODBC drivers to text file.
The file is ready to import to MS Excel.
Download: 32 bit. No installation is required.
Usage:
drv_list.exe [optional parameters]
Parameters:
- -a - add extended driver attributes to the report
- -b - brief format, show driver name only
- -h or -? - how quick help
- -v - show version of installed drivers
Example: drv_list -v
This call shows driver name, DLL of the driver liceation and driver version.
Q: How to save execution results to a file?
A: Use file redirect, fir example: drv_list -v > drivers.txt
Q: How to export the list to Excel spreadsheet?
A: Use XLS file as an output and open created file by excel: drv_list -v > drivers.xls
|