Page 1 of 1

.value in parameters causes AV

Posted: Fri 14 Feb 2014 12:59
by Valgardur
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...

Re: .value in parameters causes AV

Posted: Mon 17 Feb 2014 10:26
by AlexP
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

Re: .value in parameters causes AV

Posted: Mon 17 Feb 2014 10:28
by Valgardur
It is a large project, I will need to find time to cut down.