DTM ODBC Driver List is a command line tool that allows DBA, user or developer export list of installed ODBC drivers to text file. The file is ready to import to MS Excel.

Usage:
drv_list.exe [optional parameters]
or
drv_list_64.exe [optional parameters]

Parameters:

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
or
drv_list_64 -v > drivers.txt

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

drv_list -v > drivers.xls
or
drv_list_64 -v > drivers.xls

Help and support. Please contact us support@sqledit.com.

© Copyright 2010-2012 DTM soft, www.sqledit.com