--- parser3/www/htdocs/Attic/_bug.html 2004/03/02 14:56:42 1.23
+++ parser3/www/htdocs/Attic/_bug.html 2004/10/07 09:23:44 1.69
@@ -1,9 +1,10 @@
-$request:charset[windows-1251]
-$response:charset[windows-1251]
-
-^connect[$SQL.connect-string]{
-#$f[^file::sql{select 2*2 from dual}]
-#^f.save[binary;file_sql.dat]
-$f[^file::load[binary;_bug.gif]]
-=^f.sql-string[]=
+^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}
}