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

Requirements
The program requires Java SDK or Java RE to be executed. It is comptible with Windows, Mac OS and most popular Linux/Unix operting systems.

Usage:
java -jar jdvcdrvlist.jar [optional parameters]

Parameters:

Example: java -jar jdvcdrvlist.jar
This call shows driver name and driver version.

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

java -jar jdvcdrvlist.jar -b > 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:

java -jar jdvcdrvlist.jar > drivers.xls

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

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