Assign a Edit1.Text to Query Parameter don't work...
I'm Trying to assign a Edit1.Text (from a FastReport Dialog) to a Internal frxAdoQuery's Parameter, without sucess....
See the SQL Code:
In Params Editor Dialog, What I would to do?
See the SQL Code:
SELECT * FROM ANIMALS WHERE NAME = :PAR1
In Params Editor Dialog, What I would to do?
Comments
Did you try
query.params[0].value := edit1.text;