Quote:
|
Originally Posted by steve.muench
Using the approach I outlined in the screencast (a read-only view object based on a SQL statement) the query can be of arbitrary complexity, so long as it parses as a valid SQL statement.
|
This might sound very inexperienced, and well... I am.
But in my SQL I have been using ampersand variables (i.e. &myvar1, &myvar 2...), instead of real bind variables (:myvar1...), in order to prompt the user to provide the input.
I would think I can just exchange the &'s with :'s, am I right?
