Invalid varinat operation

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Carrieri

Invalid varinat operation

Post by Carrieri » Fri 29 Apr 2005 00:53

Hi,

I´ve a simple application with an OraSession and an OraQuery component. I´ve set OraQuery´s SQL as:

select * from All_Users where UserName = :PValue

At design time, if I try to set PValue parameter as String I receive the message above.

After message, SQL command is deleted. Do I have to set parameters types for queries?

Delphi 5, ODAC 5.50.0.17, Oracle 8.1.7 or 9.2.0.1.

Thanks,

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

Post by Alex » Fri 29 Apr 2005 06:44

Thank you for information.
We reproduced your problem and fixed it. This fix will be included in the next ODAC build. It will be available in about two days.

Post Reply