--- parser3/www/htdocs/Attic/_bug.html 2004/09/01 09:16:58 1.63
+++ parser3/www/htdocs/Attic/_bug.html 2004/10/07 09:23:44 1.69
@@ -1,14 +1,10 @@
-$s[^mail:send[
- $.from[paf@design.ru]
- $.to[paf@design.ru]
- $.html{
- ok
+^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
}
- $.file[
- $.xxxx[vvv]
- $.from[bug]
- $.value[^file::load[binary;_bug.html]]
- ]
-]]
-^s.save[a.eml]
-OK
\ No newline at end of file
+ ^string:sql{select 2*2 from dual}
+}