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
Code: Select all
SELECT * FROM palletplaatsen WHERE snr = :snr;