|
There are two ways that I know of to
perform functions on QTokens is to do it in your query: in your select statement
or with cfml. For example -
select ucase(item) as someitem from
table
This would perform an uppercase on the "item"
value.
In CFML you can modify the contents of a query
directly using the QuerySet function. When you've encrypted all the rows
of the query you can then call the cfx.
HTH,
Howie
|
Title: Message
- [iMS] qtoken question Rocky Burris
- RE: [iMS] qtoken question Howie Hamlin
- RE: [iMS] qtoken question Rocky Burris
