Subject | RE: [firebird-support] Use a row only once |
---|---|
Author | Chad Z. Hower |
Post date | 2004-11-24T14:13:56Z |
:: Definitely don't rely on the exception text to ascertain the
:: exception. Every DB exception has a distinct 9-digit
:: gdscode. The gdscodes are (kinda loosely) grouped beneath
This look like an rdscode? Its 9 digits. This was for a deadlock (record
already updated by another)
((FirebirdSql.Data.Firebird.FbException)(e)).errorCode 335544336 int
:: exception. Every DB exception has a distinct 9-digit
:: gdscode. The gdscodes are (kinda loosely) grouped beneath
This look like an rdscode? Its 9 digits. This was for a deadlock (record
already updated by another)
((FirebirdSql.Data.Firebird.FbException)(e)).errorCode 335544336 int