--- parser3/www/htdocs/Attic/_bug.html 2004/03/02 16:55:28 1.25 +++ parser3/www/htdocs/Attic/_bug.html 2004/10/07 09:23:44 1.69 @@ -1,7 +1,10 @@ -$request:charset[windows-1251] -$response:charset[windows-1251] - - -^nothing.left(10) -^nothing.right(10) -^nothing.mid(1;10) +^connect[oracle://iagency:pwd@oracle]{ + ^string:sql{select 2*2 from dual}
+ ^try{ + ^string:sql{select 2*2x from dual} + }{ + $exception.handled(1) + exception($exception.comment) handled
+ } + ^string:sql{select 2*2 from dual}
+}