Access violation in FillFieldsDefaultValue

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
a-s-z
Posts: 106
Joined: Wed 03 Dec 2008 06:01

Access violation in FillFieldsDefaultValue

Post by a-s-z » Fri 20 Aug 2010 08:51

Hello,

I have a small bug to mention:

If persistent fields exist in query but not on server, TDADataSetService.FillFieldsDefaultValues (DBAccess.pas) raises an access violation, since the retrieved FieldDesc is not checked against nil.

bork
Devart Team
Posts: 649
Joined: Fri 12 Mar 2010 07:55

Post by bork » Fri 20 Aug 2010 08:59

Hello

Thank you for the information. We have reproduced this problem and fixed it. This fix will be included in the next ODAC build.

Post Reply