|
|
| version 1.37, 2004/04/05 13:37:06 | version 1.69, 2004/10/07 09:23:44 |
|---|---|
| Line 1 | Line 1 |
| @main[] | |
| ^table:count[] | |
| ^test[a] | |
| @test[param][result] | |
| $param | |
| $result[value] | |
| ^connect[oracle://iagency:pwd@oracle]{ | |
| ^string:sql{select 2*2 from dual}<br> | |
| ^try{ | |
| ^string:sql{select 2*2x from dual} | |
| }{ | |
| $exception.handled(1) | |
| exception($exception.comment) handled<br> | |
| } | |
| ^string:sql{select 2*2 from dual}<br> | |
| } |