ODAC 9.3.8 Issue with Boolean Results on TOraStoredProc

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: ODAC 9.3.8 Issue with Boolean Results on TOraStoredProc

Post by AlexP » Tue 20 May 2014 11:04

We have added a global variable ForseProcNamedParams and an option ProcNamedParams that allow using named parameters on generating a stored procedure call. Setting a global variable in your case will let you solve the problem with parameters.

paulzip
Posts: 37
Joined: Mon 02 Oct 2006 13:13

Re: ODAC 9.3.8 Issue with Boolean Results on TOraStoredProc

Post by paulzip » Tue 20 May 2014 14:57

Thanks Alex.

Can you tell me when these changes will be made available? We are keen to move to the new version of ODAC.

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

Re: ODAC 9.3.8 Issue with Boolean Results on TOraStoredProc

Post by AlexP » Fri 23 May 2014 07:30

The new ODAC version including these fixes will be available next week.

Post Reply