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

Help On Binding CFC

Explorer ,
Jan 30, 2009 Jan 30, 2009
I have been trying to get this to work for the past 6 hours and It keeps throwing errors,
See attached code.
The first Select dropdown is getting all the records on load with no problem. But when I select a new record from the 1st Drop down so that the second dropd own will be loaded, I get an error message, there is an executing database query
349
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

correct answers 1 Correct answer

LEGEND , Feb 02, 2009 Feb 02, 2009
Write a cfm page that uses cfsetting to turn on de-bugging. Put the cfstoredproc tags in it and hard code some values for your arguments.

If it works, try to invoke your function with the same values as arguments.
Translate
LEGEND ,
Jan 31, 2009 Jan 31, 2009
What's the error you get?
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
Explorer ,
Feb 02, 2009 Feb 02, 2009
Never mind the problem is solved for now. It was permission error for the stored procedure.
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 ,
Feb 02, 2009 Feb 02, 2009
LATEST
Write a cfm page that uses cfsetting to turn on de-bugging. Put the cfstoredproc tags in it and hard code some values for your arguments.

If it works, try to invoke your function with the same values as arguments.
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