Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How do I pass the cfquery string to a flex application

Enthusiast ,
Dec 18, 2008 Dec 18, 2008
HI again,

How do I pass the cfquery string(the actual sql) to a flex application so I can view the actual query in the flex debug window. I want to so this as I use lots of cfqueryparam objects and need to see what it ended up to be.
TOPICS
Getting started
296
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 18, 2008 Dec 18, 2008
LATEST
> How do I pass the cfquery string(the actual sql) to a flex application so I
> can view the actual query in the flex debug window. I want to so this as I use
> lots of cfqueryparam objects and need to see what it ended up to be.

The docs are always a really helpful source of information as to how things
work.

http://livedocs.adobe.com/coldfusion/8/Tags_p-q_17.html

--
Adam
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources