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

passing a variable value from ColdFusion to SQL BIDS

Guest
Jul 19, 2011 Jul 19, 2011

A coworker has to write a report in BIDs that will be called from a link or button in a ColdFusion prorgam. How do you pass a value from a cookie, form element, or ColdFusion variable to a BIDS program ?

372
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
Guide ,
Jul 19, 2011 Jul 19, 2011
LATEST

That's a pretty open question, ColdFusion can use form fields, SOAP, WebServices, TCP Sockets, whatever you need.


The better question to start with is: what methods does BIDS have of being called, and what does it return? What APIs does it have, basically?

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