> 
> I really don't like the idea of introducing a new concept into the 
> language ("exception variables") to resolve some ambiguous syntax. It 
> would be another matter if exception variables actually provided 
> something that strings do not...
> 

In this time e.variables does it - only holds sqlstate and name. 

You see only raise stmt. But there is part of begin exception block too. 
without e.v. you have to catch users exception only via OTHERS or you have 
to change syntax.

EXCEPTION WHEN SQLSTATE('0000') THEN

e.v. solve this problem. And I hope so can hold others info in future

Pavel


---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to