To mark a name as a parameter and not as a string of literal characters, you place a prefix in front of the parameter name (and, as an option, a suffix after it). For example, parameter marker characters might be "@", ":", or "%".
For example, in your query you might define a parameter called "last name." To indicate that "last name" is a parameter and not a string to search for in the lname
column, you might specify that the parameter marker characters are "[
" and "]
". You can then enter "[last name]
" as a
In rare instances, the parameter marker character you define might also appear in the name of the parameter. If so, you can specify an
To specify parameter marker characters