.value in parameters causes AV
Posted: 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...
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...