.value in parameters causes AV

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Valgardur
Posts: 165
Joined: Tue 24 Nov 2009 19:33

.value in parameters causes AV

Post by Valgardur » Fri 14 Feb 2014 12:59

Hi, I just encountered AV in my code when using

parambyname('name').value

instead of

parambyname('name').AsInteger

Both in Delphi XE2 and Delphi XE5... and actually both for ODAC and SDAC.. my code used to run fine before the latest upgrade. Unfortunaetly I don't know which was my last before that one, I probably skipped a few...

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: .value in parameters causes AV

Post by AlexP » Mon 17 Feb 2014 10:26

Hello,

We cannot reproduce the problem. Please provide your query text, specify the type of the used parameter and the Вelphi code leading to the AV

Valgardur
Posts: 165
Joined: Tue 24 Nov 2009 19:33

Re: .value in parameters causes AV

Post by Valgardur » Mon 17 Feb 2014 10:28

It is a large project, I will need to find time to cut down.

Post Reply