Uniface Underground -> Undocumented.Features.Only. |
Name | /drv
Generates an executable file for DB driver testing |
Synopsis | idf /drv DriverCode |
Description | Generates an executable file (drvtst)
which you can run. This program starts a few tests (SELECT, INSERT, UPDATE,
DELETE) with a time.
The drvtst program admits this parameters from command line: /ASN=asn_file (asn file)
Tested in 7.2.03 (Solaris) and 7.2.04 (OpenVMS) |
Example | idf /drv INF
# drvtst generation
drvtst /asn=idf.asn /pri=255 # Now test the driver using drvtst... |