logo
  • About us
  • Services
  • Products
  • Work
  • Contact

Feedback

In Focus

  • Flash XML slideshow
  • Database training

4.1.11. Exception passing

  • Beginnings of PL I/O
  • CREATE TABLE temp (logmessage varchar(80));
    • Can create transfer/bridge relation outside

  • Within block (e.g. within exception handler)
    • WHEN invalid_age THEN
      • INSERT INTO temp VALUES( ‘Cannot have negative ages’);
    • END;

    • SELECT * FROM temp;
      • To review error messages
    ‹ 4.1.10. Executionup4.1.12. Exception handling ›
  • s5 slideshow
 

 

 

Copyright 2007 Lightenna Limited

  • About us
  • Services
  • Products
  • Work
  • Contact