|
|
| version 1.69, 2004/10/07 09:23:44 | version 1.81, 2005/02/02 15:54:14 |
|---|---|
| Line 1 | Line 1 |
| ^connect[oracle://iagency:pwd@oracle]{ | $a[$form:a] |
| ^string:sql{select 2*2 from dual}<br> | $b(^a.int(0)) |
| ^try{ | $b |
| ^string:sql{select 2*2x from dual} | |
| }{ | |
| $exception.handled(1) | |
| exception($exception.comment) handled<br> | |
| } | |
| ^string:sql{select 2*2 from dual}<br> | |
| } | |