Command Reference Guide > Command Reference Guide > Using Ingres Commands > iijdbcprop Command--Generate Sample JDBC Driver Properties File
Was this helpful?
iijdbcprop Command--Generate Sample JDBC Driver Properties File
The iijdbcprop command generates a sample Ingres JDBC driver properties file (iijdbc.properties) for use with the JDBC driver (iijdbc.jar).
During installation, the iijdbcprop command is invoked by the Data Access Server configuration utility to create an iijdbc.properties file under $II_SYSTEM/ingres/files directory. This command can be run at any time.
The iijdbcprop command has the following format:
iijdbcprop -a | -t | -c | -f filename | -h
-a
Lists all supported driver properties, including tracing properties, to STDOUT.
-t
Lists only tracing properties to STDOUT.
-c
Same as flag –a, but writes to iijdbc.properties file.
-f filename
Same as flag -a, but writes to the specified disk file (filename).
-h
Displays syntax online.
Last modified date: 11/28/2023