$ ./tester -local Starting up the test util in single user mode ... TestUtil>qry chk table testa TESTA .............................Table Exists(ok) TestUtil>qry chk table testb TESTB .............................Table Exists(ok) TestUtil>dml upd table testb The where clause on testb is based on where object_id equals, please give a valid value: 90 UpdTab> The sql is update testb set object_name = 'Shareplex' where object_id = ? The value entered is 90 The number of rows Updated from testb is 1 TestUtil>qry chk data testb The total number of rows for testb is 82 The number of modified rows are 2 TestUtil> TestUtil>quit