|
|
| version 1.69, 2004/10/07 09:23:44 | version 1.105, 2005/11/22 12:48:40 |
|---|---|
| Line 1 | Line 1 |
| ^connect[oracle://iagency:pwd@oracle]{ | ^connect[$SQL.connect-string]{ |
| ^string:sql{select 2*2 from dual}<br> | ^int:sql{select name from block where name='paf'}[$.default(123)] |
| ^try{ | |
| ^string:sql{select 2*2x from dual} | |
| }{ | |
| $exception.handled(1) | |
| exception($exception.comment) handled<br> | |
| } | |
| ^string:sql{select 2*2 from dual}<br> | |
| } | } |