P
paul
As I understand it, variables can be introduced to an ASP
page in several ways, including:
--- posted to a page from a form
--- variables in the URL
--- set in the code in the page through something like:
<% Dim name
name = "housing" %>
When using these variables in a custom SQL statement in
the Database results properties, I know that the syntax
for using the variable is different. For example:
--- for posted, use ::name::
--- when in the URL, use ('%::ctgy::%')
--- but what is the right syntax when the variable is
created in the page code as shown in the third example
above? Thanks for any suggestions.
page in several ways, including:
--- posted to a page from a form
--- variables in the URL
--- set in the code in the page through something like:
<% Dim name
name = "housing" %>
When using these variables in a custom SQL statement in
the Database results properties, I know that the syntax
for using the variable is different. For example:
--- for posted, use ::name::
--- when in the URL, use ('%::ctgy::%')
--- but what is the right syntax when the variable is
created in the page code as shown in the third example
above? Thanks for any suggestions.
:category:: = 1)