Unidac 8.4.2 and 8.4.3 Access driver bug
Posted: Fri 30 Apr 2021 18:52
Hi,
Sydney RAD studio Ent 10.4.2, Windows 10 pro 64bit
8.4.1 is working OK !
After ugrading to 8.4.2 and .3 the access TUniTable update is throwing:
exception number : 2
exception class : EUniError
exception message : [Microsoft][ODBC Microsoft Access Driver]Numeric value out of range (null).
Code:
ReceptMast.Edit;
ReceptMast['bEdt'] := True;
ReceptMast['iPotrjeno']:=0;
ReceptMast['sVodjaObrata']:=' ';
ReceptMast.Post;
ReceptMast.ApplyUpdates; == Error !
From dbMonitor:
UPDATE ReceptMast SET bEdt = ? WHERE sSifraRecepture = ?
bEdt IN Boolean True
Old_SifraRecepture IN WideString[14] '20003...'
Regards, Vojko
Sydney RAD studio Ent 10.4.2, Windows 10 pro 64bit
8.4.1 is working OK !
After ugrading to 8.4.2 and .3 the access TUniTable update is throwing:
exception number : 2
exception class : EUniError
exception message : [Microsoft][ODBC Microsoft Access Driver]Numeric value out of range (null).
Code:
ReceptMast.Edit;
ReceptMast['bEdt'] := True;
ReceptMast['iPotrjeno']:=0;
ReceptMast['sVodjaObrata']:=' ';
ReceptMast.Post;
ReceptMast.ApplyUpdates; == Error !
From dbMonitor:
UPDATE ReceptMast SET bEdt = ? WHERE sSifraRecepture = ?
bEdt IN Boolean True
Old_SifraRecepture IN WideString[14] '20003...'
Regards, Vojko