Uniface Underground -> Undocumented.Features.Only. Go Home

/drv

 
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)
/PRI=nn        (I/O message code)
/LOG=?|?|?     (Dbms/Network logon information)
POLY           (To indicate Network and/or record conversions)
FILes=n        (Number of files/tables to process [1-8])
MIN=nnnn       (Minimum size of variable field)
MAX=nnnn       (Maximum size of variable field)

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...

Source Alex Leguevaques

Copyright © 1999-2000  $UUU  All rights reserved.
Disclaimer. | Site Comments.