execute and param dialog
Posted: Wed 02 Mar 2016 13:35
I have this query:
When executing first time it shows a dialog for put values for parameter.
Second time it shows the query with the same value of the parameter.
How do I get the parameter dialog constantly when I execute the query.
I'm using 6.3.358
Code: Select all
SELECT * FROM palletplaatsen WHERE snr = :snr;
Second time it shows the query with the same value of the parameter.
How do I get the parameter dialog constantly when I execute the query.
I'm using 6.3.358