|
|
| version 1.62, 2004/08/30 09:36:42 | version 1.69, 2004/10/07 09:23:44 |
|---|---|
| Line 1 | Line 1 |
| $t[^table::load[_bug.cfg]] | |
| ^eval($t) | |
| ^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> | |
| } |