Skip to main content
The drivers command group lets you list available drivers, activate licenses, and inspect connection properties.

drivers list

Lists all CData JDBC drivers discovered in ./ and ./lib/ relative to the CLI executable.
Output

drivers activate

Activates a CData JDBC driver using a license key or trial. This command is non-interactive and suitable for scripting.
Arguments and options Examples Activate with a license key:
Start a free trial:

drivers connectionprops

Lists the connection properties available for a driver, including their descriptions and default values. By default, this lists only the most important properties. Add the --full flag to list all properties.
Arguments and options Examples List the most important connection properties:
List all connection properties:
Output