Assertion failure DBAccess.pas
Posted: Tue 21 Dec 2021 10:31
Hello,
A user of my program is getting frequently an error since he got a new version of the program and oracle 19.
"Assertion failure (D:\DelphiComp\ODAC\Source\DBAccess.pas (Line 8507)"
Line 8057 is Assert(IsClass(FieldDesc, TCRFieldDesc));
Do you have a suggestion where this error come from ?
Old version was made with Delphi 7 + ODAC 8.0.2 and connected to Oracle Database 11g Enterprise 11.2.0.1.0 - 64bit.
New vewrsion is made with Delphi 10.3.3 Win64 + ODAC 11.3.2 and connect to Oracle Database 19c Enterprise 19.3.0.0.0.
Code is very simmilar.
Thanks in advance
A user of my program is getting frequently an error since he got a new version of the program and oracle 19.
"Assertion failure (D:\DelphiComp\ODAC\Source\DBAccess.pas (Line 8507)"
Line 8057 is Assert(IsClass(FieldDesc, TCRFieldDesc));
Do you have a suggestion where this error come from ?
Old version was made with Delphi 7 + ODAC 8.0.2 and connected to Oracle Database 11g Enterprise 11.2.0.1.0 - 64bit.
New vewrsion is made with Delphi 10.3.3 Win64 + ODAC 11.3.2 and connect to Oracle Database 19c Enterprise 19.3.0.0.0.
Code is very simmilar.
Thanks in advance