Posted by [IP Address: 199.197.135.1] 'Brian Scott' on July 10, 2001 at 15:19:27 EST:
In Reply to: Can anybody explain the code below? posted by [IP Address: 199.197.135.1] 'Sarat' on June 29, 2001 at 17:38:34 EST:
: let $key = 'PSPRCSRQST'
:
: begin-sql ON-ERROR=sql-test('INSERT-Request',$key)
Passes the two parameters to the procedure SQL-TEST.
This is a way to debug where an SQL statement fails in a program.