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,