Bugfix for TESTER.CMD
An external Rexx function package to connect to SQL databases
Brought to you by:
rexx
Hi,
fix is needed in rxsql25_db2_w32.zip\TESTER.CMD
old:
Trace o
exercise = 'connections describe fetch command placemarker transaction extra info errors'
new:
Trace o
exercise = 'connections setup describe fetch command placemarker transaction extra info errors'
comment:
otherwise the test procedure is not able to create the test tables RX_DEPT and RX_EMP.
The current tester.cmd can be run with the 'setup' parameter once to create the test tables, and then run without the argument. Have changed the sample program to call setup each invocation.