[ODAC 5.70.0.4030][VCL.NET]Bug found with TDAParam

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
nschmied
Posts: 72
Joined: Mon 09 May 2005 08:03
Location: Suisse

[ODAC 5.70.0.4030][VCL.NET]Bug found with TDAParam

Post by nschmied » Thu 18 May 2006 15:23

Hi,
I have found a bug in procedure TDAParam.AssignParam(Param: TParam);
You have not assigned Bound value from Param.
I have fust add

Code: Select all

Bound := Param.Bound;
after

Code: Select all

Name := Param.Name;
and rulez !!!!!


At the next time,
;) NSC

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Fri 19 May 2006 12:54

Sorry, we cannot reproduce your problem. We need more detailed description of it.
Please specify your Oracle client/server versions, ODAC version, and if it is possible send us complete sample to demonstrate the problem with script to create server objects.
Please, send a message to our ODAC support e-mail address.

Post Reply