Exception with latest version
Posted: Sat 21 Mar 2020 19:00
I've been testing the latest IBDAC v7.1.3 with Firebird v2.5.9 and v.3.0.5.
I open JOB table from both of these example databases:
C:\Program Files (x86)\Firebird\Firebird_2_5\examples\empbuild\EMPLOYEE.FDB
C:\Program Files (x86)\Firebird\Firebird_3_0\examples\empbuild\EMPLOYEE.FDB
and I get the following exception:
procedure TCustomIBCArray.Check(Status: ISC_STATUS);
SqlErrMsg = 'Arithmetic overflow or division by zero has occurred.'
Msg = 'arithmetic exception, numeric overflow, or string truncation'#$D'string right truncation'
ErrorNumber = 335544321
ErrorCode = -802
Is this IBDAC issue or is that Firebird table broken in both versions? I bet the first since the data seems to be fine.
I open JOB table from both of these example databases:
C:\Program Files (x86)\Firebird\Firebird_2_5\examples\empbuild\EMPLOYEE.FDB
C:\Program Files (x86)\Firebird\Firebird_3_0\examples\empbuild\EMPLOYEE.FDB
and I get the following exception:
procedure TCustomIBCArray.Check(Status: ISC_STATUS);
SqlErrMsg = 'Arithmetic overflow or division by zero has occurred.'
Msg = 'arithmetic exception, numeric overflow, or string truncation'#$D'string right truncation'
ErrorNumber = 335544321
ErrorCode = -802
Is this IBDAC issue or is that Firebird table broken in both versions? I bet the first since the data seems to be fine.