Subject Can SLCODE 100 be trapped in an SP?
Author Bill Katelis
Platform: SCO Interbase 5.5

Can SQLCODE 100 be trapped in an SP as follows ...

WHEN SQLCODE 100 DO
BEGIN
........
END

if so - I can't get it to work...

thanks
bill