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...
.value in parameters causes AV
Re: .value in parameters causes AV
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
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
It is a large project, I will need to find time to cut down.