| SQL Editor with variable substitution in version 0.56 |
|
|
|
|
For example: SELECT * FROM CINEMA.Film WHERE CINEMA.Film.Category=$$MyVAR_001$$; When executing the above query, Caché Monitor will prompt the user for input for the $$MyVAR_001$$ variable. The SQL Editor replace the value of $$MyVAR_001$$ with the value entered by the user. The entered value will be substituted for each occurrence of the variable
On the message panel you find the sql statements send to the database.
Change log details of V 0.56:
|




In the new version 0.56 Caché Monitor execute parameterized SQL queries.