|
|
1.69 ! paf 1: ^connect[oracle://iagency:pwd@oracle]{ ! 2: ^string:sql{select 2*2 from dual}<br> ! 3: ^try{ ! 4: ^string:sql{select 2*2x from dual} ! 5: }{ ! 6: $exception.handled(1) ! 7: exception($exception.comment) handled<br> ! 8: } ! 9: ^string:sql{select 2*2 from dual}<br> ! 10: }