RE: [firebird-support] Catching exception fails under isql

2013-03-11 Thread Rick Debay
To: firebird-support@yahoogroups.com Subject: Re: [firebird-support] Catching exception fails under isql Does anyone have any insight in to this? Running this statement in isql: EXECUTE PROCEDURE P_IMPORT; Yields this error: Statement failed, SQLCODE = -508 no current record

[firebird-support] Catching exception fails under isql

2013-03-08 Thread Rick Debay
Does anyone have any insight in to this? Running this statement in isql: EXECUTE PROCEDURE P_IMPORT; Yields this error: Statement failed, SQLCODE = -508 no current record for fetch operation -violation of PRIMARY or UNIQUE KEY constraint Yet running the same statement in Database

Re: [firebird-support] Catching exception fails under isql

2013-03-08 Thread Thomas Steinmaurer
Does anyone have any insight in to this? Running this statement in isql: EXECUTE PROCEDURE P_IMPORT; Yields this error: Statement failed, SQLCODE = -508 no current record for fetch operation -violation of PRIMARY or UNIQUE KEY constraint Yet running the same statement in