Question
How can I retrieve appname from coldfusion app in SQL?
Hi all,
When I try to use the connectstring attribute of the cfquery tab, I get this error:
An unknown attribute 'connectstring' has been encountered at document position (102:18) to (102:30) while processing tag CFQUERY. This tag can only take the following attributes:
- BLOCKFACTOR
- CACHEDAFTER
- CACHEDWITHIN
- DATASOURCE
- DBNAME
- DBPOOL
- DBSERVER
- DBTYPE
- DEBUG
- MAXROWS
- NAME
- PASSWORD
- PROVIDER
- PROVIDERDSN
- SQL
- TIMEOUT
- USERNAME
Is there a replacement for connectstring where I can send the appname along with the query connection string info?
Thanks,
Carrie
